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() |
Modifier and Type | Method and Description |
---|---|
CreateConnectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getBandwidth()
Bandwidth of the connection.
|
String |
getConnectionId() |
String |
getConnectionName() |
String |
getConnectionState() |
Date |
getLoaIssueTime()
The time of the most recent call to DescribeConnectionLoa for this
Connection.
|
String |
getLocation() |
String |
getOwnerAccount()
The AWS account that will own the new connection.
|
String |
getPartnerName()
The name of the AWS Direct Connect service provider associated with the
connection.
|
String |
getRegion() |
Integer |
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 |
setLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeConnectionLoa for this
Connection.
|
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 |
setRegion(String region) |
void |
setVlan(Integer vlan) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateConnectionResult |
withBandwidth(String bandwidth)
Bandwidth of the connection.
|
CreateConnectionResult |
withConnectionId(String connectionId) |
CreateConnectionResult |
withConnectionName(String connectionName) |
CreateConnectionResult |
withConnectionState(ConnectionState connectionState) |
CreateConnectionResult |
withConnectionState(String connectionState) |
CreateConnectionResult |
withLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeConnectionLoa for this
Connection.
|
CreateConnectionResult |
withLocation(String location) |
CreateConnectionResult |
withOwnerAccount(String ownerAccount)
The AWS account that will own the new connection.
|
CreateConnectionResult |
withPartnerName(String partnerName)
The name of the AWS Direct Connect service provider associated with the
connection.
|
CreateConnectionResult |
withRegion(String region) |
CreateConnectionResult |
withVlan(Integer vlan) |
public void setOwnerAccount(String ownerAccount)
The AWS account that will own the new connection.
ownerAccount
- The AWS account that will own the new connection.public String getOwnerAccount()
The AWS account that will own the new connection.
public CreateConnectionResult withOwnerAccount(String ownerAccount)
The AWS account that will own the new connection.
ownerAccount
- The AWS account that will own the new connection.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)
The name of the AWS Direct Connect service provider associated with the connection.
partnerName
- The name of the AWS Direct Connect service provider associated
with the connection.public String getPartnerName()
The name of the AWS Direct Connect service provider associated with the connection.
public CreateConnectionResult withPartnerName(String partnerName)
The name of the AWS Direct Connect service provider associated with the connection.
partnerName
- The name of the AWS Direct Connect service provider associated
with the connection.public void setLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeConnectionLoa for this Connection.
loaIssueTime
- The time of the most recent call to DescribeConnectionLoa for this
Connection.public Date getLoaIssueTime()
The time of the most recent call to DescribeConnectionLoa for this Connection.
public CreateConnectionResult withLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeConnectionLoa for this Connection.
loaIssueTime
- The time of the most recent call to DescribeConnectionLoa for this
Connection.public String toString()
toString
in class Object
Object.toString()
public CreateConnectionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.