Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AllocateConnectionOnInterconnectRequest.Builder,AllocateConnectionOnInterconnectRequest>
@Generated("software.amazon.awssdk:codegen") public class AllocateConnectionOnInterconnectRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AllocateConnectionOnInterconnectRequest.Builder,AllocateConnectionOnInterconnectRequest>
Container for the parameters to the AllocateConnectionOnInterconnect operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AllocateConnectionOnInterconnectRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
bandwidth() |
Bandwidth of the connection.
|
static AllocateConnectionOnInterconnectRequest.Builder |
builder() |
|
String |
connectionName() |
Name of the provisioned connection.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
interconnectId() |
ID of the interconnect on which the connection will be provisioned.
|
String |
ownerAccount() |
Numeric account Id of the customer for whom the connection will be provisioned.
|
static Class<? extends AllocateConnectionOnInterconnectRequest.Builder> |
serializableBuilderClass() |
|
AllocateConnectionOnInterconnectRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Integer |
vlan() |
The dedicated VLAN provisioned to the connection.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String bandwidth()
Bandwidth of the connection.
Example: "500Mbps"
Default: None
Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
Example: "500Mbps"
Default: None
Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
public String connectionName()
Name of the provisioned connection.
Example: "500M Connection to AWS"
Default: None
Example: "500M Connection to AWS"
Default: None
public String ownerAccount()
Numeric account Id of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
Example: 123443215678
Default: None
public String interconnectId()
ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
Example: dxcon-456abc78
Default: None
public Integer vlan()
The dedicated VLAN provisioned to the connection.
Example: 101
Default: None
Example: 101
Default: None
public AllocateConnectionOnInterconnectRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AllocateConnectionOnInterconnectRequest.Builder,AllocateConnectionOnInterconnectRequest>
public static AllocateConnectionOnInterconnectRequest.Builder builder()
public static Class<? extends AllocateConnectionOnInterconnectRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.