Class AllocateConnectionOnInterconnectRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Container for the parameters to the AllocateConnectionOnInterconnect operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
Bandwidth of the connection.Name of the provisioned connection.ID of the interconnect on which the connection will be provisioned.Numeric account Id of the customer for whom the connection will be provisioned.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
The dedicated VLAN provisioned to the connection.toString()
Returns a string representation of this object; useful for testing and debugging.withBandwidth
(String bandwidth) Bandwidth of the connection.withConnectionName
(String connectionName) Name of the provisioned connection.withInterconnectId
(String interconnectId) ID of the interconnect on which the connection will be provisioned.withOwnerAccount
(String ownerAccount) Numeric account Id of the customer for whom the connection will be provisioned.The dedicated VLAN provisioned to the connection.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
AllocateConnectionOnInterconnectRequest
public AllocateConnectionOnInterconnectRequest()
-
-
Method Details
-
setBandwidth
Bandwidth of the connection.
Example: "500Mbps"
Default: None
Values: 50M, 100M, 200M, 300M, 400M, or 500M
- Parameters:
bandwidth
- Bandwidth of the connection.Example: "500Mbps"
Default: None
Values: 50M, 100M, 200M, 300M, 400M, or 500M
-
getBandwidth
Bandwidth of the connection.
Example: "500Mbps"
Default: None
Values: 50M, 100M, 200M, 300M, 400M, or 500M
- Returns:
- Bandwidth of the connection.
Example: "500Mbps"
Default: None
Values: 50M, 100M, 200M, 300M, 400M, or 500M
-
withBandwidth
Bandwidth of the connection.
Example: "500Mbps"
Default: None
Values: 50M, 100M, 200M, 300M, 400M, or 500M
- Parameters:
bandwidth
- Bandwidth of the connection.Example: "500Mbps"
Default: None
Values: 50M, 100M, 200M, 300M, 400M, or 500M
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConnectionName
Name of the provisioned connection.
Example: "500M Connection to AWS"
Default: None
- Parameters:
connectionName
- Name of the provisioned connection.Example: "500M Connection to AWS"
Default: None
-
getConnectionName
Name of the provisioned connection.
Example: "500M Connection to AWS"
Default: None
- Returns:
- Name of the provisioned connection.
Example: "500M Connection to AWS"
Default: None
-
withConnectionName
Name of the provisioned connection.
Example: "500M Connection to AWS"
Default: None
- Parameters:
connectionName
- Name of the provisioned connection.Example: "500M Connection to AWS"
Default: None
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOwnerAccount
Numeric account Id of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
- Parameters:
ownerAccount
- Numeric account Id of the customer for whom the connection will be provisioned.Example: 123443215678
Default: None
-
getOwnerAccount
Numeric account Id of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
- Returns:
- Numeric account Id of the customer for whom the connection will
be provisioned.
Example: 123443215678
Default: None
-
withOwnerAccount
Numeric account Id of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
- Parameters:
ownerAccount
- Numeric account Id of the customer for whom the connection will be provisioned.Example: 123443215678
Default: None
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInterconnectId
ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
- Parameters:
interconnectId
- ID of the interconnect on which the connection will be provisioned.Example: dxcon-456abc78
Default: None
-
getInterconnectId
ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
- Returns:
- ID of the interconnect on which the connection will be
provisioned.
Example: dxcon-456abc78
Default: None
-
withInterconnectId
ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
- Parameters:
interconnectId
- ID of the interconnect on which the connection will be provisioned.Example: dxcon-456abc78
Default: None
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVlan
The dedicated VLAN provisioned to the connection.
Example: 101
Default: None
- Parameters:
vlan
- The dedicated VLAN provisioned to the connection.Example: 101
Default: None
-
getVlan
The dedicated VLAN provisioned to the connection.
Example: 101
Default: None
- Returns:
- The dedicated VLAN provisioned to the connection.
Example: 101
Default: None
-
withVlan
The dedicated VLAN provisioned to the connection.
Example: 101
Default: None
- Parameters:
vlan
- The dedicated VLAN provisioned to the connection.Example: 101
Default: None
- 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
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-