Class AllocateConnectionOnInterconnectResult
- All Implemented Interfaces:
Serializable
,Cloneable
A connection represents the physical network connection between the AWS Direct Connect location and the customer.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Bandwidth of the connection.The AWS account that will own the new connection.The name of the AWS Direct Connect service provider associated with the connection.getVlan()
int
hashCode()
void
setBandwidth
(String bandwidth) Bandwidth of the connection.void
setConnectionId
(String connectionId) void
setConnectionName
(String connectionName) void
setConnectionState
(ConnectionState connectionState) void
setConnectionState
(String connectionState) void
setLocation
(String location) void
setOwnerAccount
(String ownerAccount) The AWS account that will own the new connection.void
setPartnerName
(String partnerName) The name of the AWS Direct Connect service provider associated with the connection.void
void
toString()
Returns a string representation of this object; useful for testing and debugging.withBandwidth
(String bandwidth) Bandwidth of the connection.withConnectionId
(String connectionId) withConnectionName
(String connectionName) withConnectionState
(ConnectionState connectionState) withConnectionState
(String connectionState) withLocation
(String location) withOwnerAccount
(String ownerAccount) The AWS account that will own the new connection.withPartnerName
(String partnerName) The name of the AWS Direct Connect service provider associated with the connection.withRegion
(String region)
-
Constructor Details
-
AllocateConnectionOnInterconnectResult
public AllocateConnectionOnInterconnectResult()
-
-
Method Details
-
setOwnerAccount
The AWS account that will own the new connection.
- Parameters:
ownerAccount
- The AWS account that will own the new connection.
-
getOwnerAccount
The AWS account that will own the new connection.
- Returns:
- The AWS account that will own the new connection.
-
withOwnerAccount
The AWS account that will own the new connection.
- Parameters:
ownerAccount
- The AWS account that will own the new connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConnectionId
- Parameters:
connectionId
-
-
getConnectionId
- Returns:
-
withConnectionId
- Parameters:
connectionId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConnectionName
- Parameters:
connectionName
-
-
getConnectionName
- Returns:
-
withConnectionName
- Parameters:
connectionName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConnectionState
- Parameters:
connectionState
-- See Also:
-
getConnectionState
- Returns:
- See Also:
-
withConnectionState
- Parameters:
connectionState
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setConnectionState
- Parameters:
connectionState
-- See Also:
-
withConnectionState
- Parameters:
connectionState
-- 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
Bandwidth of the connection.
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
- Parameters:
bandwidth
- Bandwidth of the connection.Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
-
getBandwidth
Bandwidth of the connection.
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
- Returns:
- Bandwidth of the connection.
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
-
withBandwidth
Bandwidth of the connection.
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
- Parameters:
bandwidth
- Bandwidth of the connection.Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVlan
- Parameters:
vlan
-
-
getVlan
- Returns:
-
withVlan
- Parameters:
vlan
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPartnerName
The name of the AWS Direct Connect service provider associated with the connection.
- Parameters:
partnerName
- The name of the AWS Direct Connect service provider associated with the connection.
-
getPartnerName
The name of the AWS Direct Connect service provider associated with the connection.
- Returns:
- The name of the AWS Direct Connect service provider associated with the connection.
-
withPartnerName
The name of the AWS Direct Connect service provider associated with the connection.
- Parameters:
partnerName
- The name of the AWS Direct Connect service provider associated with the connection.- 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
-