public static interface AllocateConnectionOnInterconnectRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<AllocateConnectionOnInterconnectRequest.Builder,AllocateConnectionOnInterconnectRequest>
| Modifier and Type | Method and Description |
|---|---|
AllocateConnectionOnInterconnectRequest.Builder |
bandwidth(String bandwidth)
Bandwidth of the connection.
|
AllocateConnectionOnInterconnectRequest.Builder |
connectionName(String connectionName)
Name of the provisioned connection.
|
AllocateConnectionOnInterconnectRequest.Builder |
interconnectId(String interconnectId)
ID of the interconnect on which the connection will be provisioned.
|
AllocateConnectionOnInterconnectRequest.Builder |
ownerAccount(String ownerAccount)
Numeric account Id of the customer for whom the connection will be provisioned.
|
AllocateConnectionOnInterconnectRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AllocateConnectionOnInterconnectRequest.Builder |
vlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.