Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AllocateHostedConnectionRequest.Builder,AllocateHostedConnectionRequest>
@Generated("software.amazon.awssdk:codegen") public class AllocateHostedConnectionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AllocateHostedConnectionRequest.Builder,AllocateHostedConnectionRequest>
Container for the parameters to theHostedConnection operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AllocateHostedConnectionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
bandwidth() |
The bandwidth of the connection.
|
static AllocateHostedConnectionRequest.Builder |
builder() |
|
String |
connectionId() |
The ID of the interconnect or LAG on which the connection will be provisioned.
|
String |
connectionName() |
The name of the provisioned connection.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ownerAccount() |
The numeric account ID of the customer for whom the connection will be provisioned.
|
static Class<? extends AllocateHostedConnectionRequest.Builder> |
serializableBuilderClass() |
|
AllocateHostedConnectionRequest.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 hosted connection.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String connectionId()
The ID of the interconnect or LAG on which the connection will be provisioned.
Example: dxcon-456abc78 or dxlag-abc123
Default: None
Example: dxcon-456abc78 or dxlag-abc123
Default: None
public String ownerAccount()
The numeric account ID of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
Example: 123443215678
Default: None
public String bandwidth()
The 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()
The name of the provisioned connection.
Example: "500M Connection to AWS
"
Default: None
Example: "500M Connection to AWS
"
Default: None
public Integer vlan()
The dedicated VLAN provisioned to the hosted connection.
Example: 101
Default: None
Example: 101
Default: None
public AllocateHostedConnectionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AllocateHostedConnectionRequest.Builder,AllocateHostedConnectionRequest>
public static AllocateHostedConnectionRequest.Builder builder()
public static Class<? extends AllocateHostedConnectionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.