public class CreateConnectionResult extends Object implements Serializable, Cloneable
A connection represents the physical network connection between the AWS Direct Connect location and the customer.
Constructor and Description |
---|
CreateConnectionResult() |
public void setOwnerAccount(String ownerAccount)
ownerAccount
- public String getOwnerAccount()
public CreateConnectionResult withOwnerAccount(String ownerAccount)
ownerAccount
- public void setConnectionId(String connectionId)
connectionId
- public String getConnectionId()
public CreateConnectionResult withConnectionId(String connectionId)
connectionId
- public void setConnectionName(String connectionName)
connectionName
- public String getConnectionName()
public CreateConnectionResult withConnectionName(String connectionName)
connectionName
- public void setConnectionState(String connectionState)
connectionState
- ConnectionState
public String getConnectionState()
ConnectionState
public CreateConnectionResult withConnectionState(String connectionState)
connectionState
- ConnectionState
public void setConnectionState(ConnectionState connectionState)
connectionState
- ConnectionState
public CreateConnectionResult withConnectionState(ConnectionState connectionState)
connectionState
- ConnectionState
public void setRegion(String region)
region
- public String getRegion()
public CreateConnectionResult withRegion(String region)
region
- public void setLocation(String location)
location
- public String getLocation()
public CreateConnectionResult withLocation(String location)
location
- public void setBandwidth(String bandwidth)
Bandwidth of the connection.
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
bandwidth
- Bandwidth of the connection.
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
public String getBandwidth()
Bandwidth of the connection.
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
public CreateConnectionResult withBandwidth(String bandwidth)
Bandwidth of the connection.
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
bandwidth
- Bandwidth of the connection.
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
public void setVlan(Integer vlan)
vlan
- public Integer getVlan()
public CreateConnectionResult withVlan(Integer vlan)
vlan
- public void setPartnerName(String partnerName)
partnerName
- public String getPartnerName()
public CreateConnectionResult withPartnerName(String partnerName)
partnerName
- public String toString()
toString
in class Object
Object.toString()
public CreateConnectionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.