CopyableBuilder<AllocateConnectionOnInterconnectRequest.Builder,AllocateConnectionOnInterconnectRequest>
, SdkBuilder<AllocateConnectionOnInterconnectRequest.Builder,AllocateConnectionOnInterconnectRequest>
public static interface AllocateConnectionOnInterconnectRequest.Builder extends CopyableBuilder<AllocateConnectionOnInterconnectRequest.Builder,AllocateConnectionOnInterconnectRequest>
Modifier and Type | Method | 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 |
vlan(Integer vlan) |
The dedicated VLAN provisioned to the connection.
|
copy
apply, build
AllocateConnectionOnInterconnectRequest.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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.