CopyableBuilder<AllocateHostedConnectionRequest.Builder,AllocateHostedConnectionRequest>
, SdkBuilder<AllocateHostedConnectionRequest.Builder,AllocateHostedConnectionRequest>
public static interface AllocateHostedConnectionRequest.Builder extends CopyableBuilder<AllocateHostedConnectionRequest.Builder,AllocateHostedConnectionRequest>
Modifier and Type | Method | Description |
---|---|---|
AllocateHostedConnectionRequest.Builder |
bandwidth(String bandwidth) |
The bandwidth of the connection.
|
AllocateHostedConnectionRequest.Builder |
connectionId(String connectionId) |
The ID of the interconnect or LAG on which the connection will be provisioned.
|
AllocateHostedConnectionRequest.Builder |
connectionName(String connectionName) |
The name of the provisioned connection.
|
AllocateHostedConnectionRequest.Builder |
ownerAccount(String ownerAccount) |
The numeric account ID of the customer for whom the connection will be provisioned.
|
AllocateHostedConnectionRequest.Builder |
vlan(Integer vlan) |
The dedicated VLAN provisioned to the hosted connection.
|
copy
apply, build
AllocateHostedConnectionRequest.Builder connectionId(String connectionId)
The ID of the interconnect or LAG on which the connection will be provisioned.
Example: dxcon-456abc78 or dxlag-abc123
Default: None
connectionId
- The ID of the interconnect or LAG on which the connection will be provisioned.
Example: dxcon-456abc78 or dxlag-abc123
Default: None
AllocateHostedConnectionRequest.Builder ownerAccount(String ownerAccount)
The numeric account ID of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
ownerAccount
- The numeric account ID of the customer for whom the connection will be provisioned.
Example: 123443215678
Default: None
AllocateHostedConnectionRequest.Builder bandwidth(String bandwidth)
The bandwidth of the connection.
Example: 500Mbps
Default: None
Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
bandwidth
- The bandwidth of the connection.
Example: 500Mbps
Default: None
Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
AllocateHostedConnectionRequest.Builder connectionName(String connectionName)
The name of the provisioned connection.
Example: "500M Connection to AWS
"
Default: None
connectionName
- The name of the provisioned connection.
Example: "500M Connection to AWS
"
Default: None
AllocateHostedConnectionRequest.Builder vlan(Integer vlan)
The dedicated VLAN provisioned to the hosted connection.
Example: 101
Default: None
vlan
- The dedicated VLAN provisioned to the hosted connection.
Example: 101
Default: None
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.