Class CreateInterconnectResult
java.lang.Object
com.amazonaws.services.directconnect.model.CreateInterconnectResult
- All Implemented Interfaces:
Serializable
,Cloneable
An interconnect is a connection that can host other connections.
Like a standard AWS Direct Connect connection, an interconnect represents the physical connection between an AWS Direct Connect partner's network and a specific Direct Connect location. An AWS Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services.
The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setBandwidth
(String bandwidth) void
setInterconnectId
(String interconnectId) void
setInterconnectName
(String interconnectName) void
setInterconnectState
(InterconnectState interconnectState) void
setInterconnectState
(String interconnectState) void
setLocation
(String location) void
toString()
Returns a string representation of this object; useful for testing and debugging.withBandwidth
(String bandwidth) withInterconnectId
(String interconnectId) withInterconnectName
(String interconnectName) withInterconnectState
(InterconnectState interconnectState) withInterconnectState
(String interconnectState) withLocation
(String location) withRegion
(String region)
-
Constructor Details
-
CreateInterconnectResult
public CreateInterconnectResult()
-
-
Method Details
-
setInterconnectId
- Parameters:
interconnectId
-
-
getInterconnectId
- Returns:
-
withInterconnectId
- Parameters:
interconnectId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInterconnectName
- Parameters:
interconnectName
-
-
getInterconnectName
- Returns:
-
withInterconnectName
- Parameters:
interconnectName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInterconnectState
- Parameters:
interconnectState
-- See Also:
-
getInterconnectState
- Returns:
- See Also:
-
withInterconnectState
- Parameters:
interconnectState
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setInterconnectState
- Parameters:
interconnectState
-- See Also:
-
withInterconnectState
- Parameters:
interconnectState
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setRegion
- Parameters:
region
-
-
getRegion
- Returns:
-
withRegion
- Parameters:
region
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLocation
- Parameters:
location
-
-
getLocation
- Returns:
-
withLocation
- Parameters:
location
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setBandwidth
- Parameters:
bandwidth
-
-
getBandwidth
- Returns:
-
withBandwidth
- Parameters:
bandwidth
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-