public class AllocateConnectionOnInterconnectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
AllocateConnectionOnInterconnect operation.
Creates a hosted connection on an interconnect.
Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the given interconnect.
NOOP| Constructor and Description |
|---|
AllocateConnectionOnInterconnectRequest() |
| Modifier and Type | Method and Description |
|---|---|
AllocateConnectionOnInterconnectRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBandwidth()
Bandwidth of the connection.
|
String |
getConnectionName()
Name of the provisioned connection.
|
String |
getInterconnectId()
ID of the interconnect on which the connection will be provisioned.
|
String |
getOwnerAccount()
Numeric account Id of the customer for whom the connection will be
provisioned.
|
Integer |
getVlan()
The dedicated VLAN provisioned to the connection.
|
int |
hashCode() |
void |
setBandwidth(String bandwidth)
Bandwidth of the connection.
|
void |
setConnectionName(String connectionName)
Name of the provisioned connection.
|
void |
setInterconnectId(String interconnectId)
ID of the interconnect on which the connection will be provisioned.
|
void |
setOwnerAccount(String ownerAccount)
Numeric account Id of the customer for whom the connection will be
provisioned.
|
void |
setVlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AllocateConnectionOnInterconnectRequest |
withBandwidth(String bandwidth)
Bandwidth of the connection.
|
AllocateConnectionOnInterconnectRequest |
withConnectionName(String connectionName)
Name of the provisioned connection.
|
AllocateConnectionOnInterconnectRequest |
withInterconnectId(String interconnectId)
ID of the interconnect on which the connection will be provisioned.
|
AllocateConnectionOnInterconnectRequest |
withOwnerAccount(String ownerAccount)
Numeric account Id of the customer for whom the connection will be
provisioned.
|
AllocateConnectionOnInterconnectRequest |
withVlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic AllocateConnectionOnInterconnectRequest()
public String getBandwidth()
Example: 1Gbps
Default: None
Example: 1Gbps
Default: None
public void setBandwidth(String bandwidth)
Example: 1Gbps
Default: None
bandwidth - Bandwidth of the connection. Example: 1Gbps
Default: None
public AllocateConnectionOnInterconnectRequest withBandwidth(String bandwidth)
Example: 1Gbps
Default: None
Returns a reference to this object so that method calls can be chained together.
bandwidth - Bandwidth of the connection. Example: 1Gbps
Default: None
public String getConnectionName()
Example: "500M Connection to AWS"
Default: None
Example: "500M Connection to AWS"
Default: None
public void setConnectionName(String connectionName)
Example: "500M Connection to AWS"
Default: None
connectionName - Name of the provisioned connection. Example: "500M Connection to AWS"
Default: None
public AllocateConnectionOnInterconnectRequest withConnectionName(String connectionName)
Example: "500M Connection to AWS"
Default: None
Returns a reference to this object so that method calls can be chained together.
connectionName - Name of the provisioned connection. Example: "500M Connection to AWS"
Default: None
public String getOwnerAccount()
Example: 123443215678
Default: None
Example: 123443215678
Default: None
public void setOwnerAccount(String ownerAccount)
Example: 123443215678
Default: None
ownerAccount - Numeric account Id of the customer for whom the connection will be
provisioned. Example: 123443215678
Default: None
public AllocateConnectionOnInterconnectRequest withOwnerAccount(String ownerAccount)
Example: 123443215678
Default: None
Returns a reference to this object so that method calls can be chained together.
ownerAccount - Numeric account Id of the customer for whom the connection will be
provisioned. Example: 123443215678
Default: None
public String getInterconnectId()
Example: dxcon-456abc78
Default: None
Example: dxcon-456abc78
Default: None
public void setInterconnectId(String interconnectId)
Example: dxcon-456abc78
Default: None
interconnectId - ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
public AllocateConnectionOnInterconnectRequest withInterconnectId(String interconnectId)
Example: dxcon-456abc78
Default: None
Returns a reference to this object so that method calls can be chained together.
interconnectId - ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
public Integer getVlan()
Example: 101
Default: None
Example: 101
Default: None
public void setVlan(Integer vlan)
Example: 101
Default: None
vlan - The dedicated VLAN provisioned to the connection. Example: 101
Default: None
public AllocateConnectionOnInterconnectRequest withVlan(Integer vlan)
Example: 101
Default: None
Returns a reference to this object so that method calls can be chained together.
vlan - The dedicated VLAN provisioned to the connection. Example: 101
Default: None
public String toString()
toString in class ObjectObject.toString()public AllocateConnectionOnInterconnectRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.