public static interface AllocateHostedConnectionRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<AllocateHostedConnectionRequest.Builder,AllocateHostedConnectionRequest>
Modifier and Type | Method and Description |
---|---|
AllocateHostedConnectionRequest.Builder |
bandwidth(String bandwidth)
The bandwidth of the hosted connection, in Mbps.
|
AllocateHostedConnectionRequest.Builder |
connectionId(String connectionId)
The ID of the interconnect or LAG.
|
AllocateHostedConnectionRequest.Builder |
connectionName(String connectionName)
The name of the hosted connection.
|
AllocateHostedConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AllocateHostedConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AllocateHostedConnectionRequest.Builder |
ownerAccount(String ownerAccount)
The ID of the AWS account ID of the customer for the connection.
|
AllocateHostedConnectionRequest.Builder |
vlan(Integer vlan)
The dedicated VLAN provisioned to the hosted connection.
|
build
overrideConfiguration
copy
applyMutation, build
AllocateHostedConnectionRequest.Builder connectionId(String connectionId)
The ID of the interconnect or LAG.
connectionId
- The ID of the interconnect or LAG.AllocateHostedConnectionRequest.Builder ownerAccount(String ownerAccount)
The ID of the AWS account ID of the customer for the connection.
ownerAccount
- The ID of the AWS account ID of the customer for the connection.AllocateHostedConnectionRequest.Builder bandwidth(String bandwidth)
The bandwidth of the hosted connection, in Mbps. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, and 500Mbps.
bandwidth
- The bandwidth of the hosted connection, in Mbps. The possible values are 50Mbps, 100Mbps, 200Mbps,
300Mbps, 400Mbps, and 500Mbps.AllocateHostedConnectionRequest.Builder connectionName(String connectionName)
The name of the hosted connection.
connectionName
- The name of the hosted connection.AllocateHostedConnectionRequest.Builder vlan(Integer vlan)
The dedicated VLAN provisioned to the hosted connection.
vlan
- The dedicated VLAN provisioned to the hosted connection.AllocateHostedConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AllocateHostedConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.