public static interface AllocateConnectionOnInterconnectRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<AllocateConnectionOnInterconnectRequest.Builder,AllocateConnectionOnInterconnectRequest>
buildrequestOverrideConfigcopyapply, buildAllocateConnectionOnInterconnectRequest.Builder bandwidth(String bandwidth)
Bandwidth of the connection.
Example: "500Mbps"
Default: None
Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
bandwidth - Bandwidth of the connection.
Example: "500Mbps"
Default: None
Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
AllocateConnectionOnInterconnectRequest.Builder connectionName(String connectionName)
Name of the provisioned connection.
Example: "500M Connection to AWS"
Default: None
connectionName - Name of the provisioned connection.
Example: "500M Connection to AWS"
Default: None
AllocateConnectionOnInterconnectRequest.Builder ownerAccount(String ownerAccount)
Numeric account Id of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
ownerAccount - Numeric account Id of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
AllocateConnectionOnInterconnectRequest.Builder interconnectId(String interconnectId)
ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
interconnectId - ID of the interconnect on which the connection will be provisioned.
Example: dxcon-456abc78
Default: None
AllocateConnectionOnInterconnectRequest.Builder vlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
Example: 101
Default: None
vlan - The dedicated VLAN provisioned to the connection.
Example: 101
Default: None
AllocateConnectionOnInterconnectRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AllocateConnectionOnInterconnectRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.