CopyableBuilder<AllocateConnectionOnInterconnectResponse.Builder,AllocateConnectionOnInterconnectResponse>
, SdkBuilder<AllocateConnectionOnInterconnectResponse.Builder,AllocateConnectionOnInterconnectResponse>
public static interface AllocateConnectionOnInterconnectResponse.Builder extends CopyableBuilder<AllocateConnectionOnInterconnectResponse.Builder,AllocateConnectionOnInterconnectResponse>
copy
apply, build
AllocateConnectionOnInterconnectResponse.Builder ownerAccount(String ownerAccount)
The AWS account that will own the new connection.
ownerAccount
- The AWS account that will own the new connection.AllocateConnectionOnInterconnectResponse.Builder connectionId(String connectionId)
connectionId
- AllocateConnectionOnInterconnectResponse.Builder connectionName(String connectionName)
connectionName
- AllocateConnectionOnInterconnectResponse.Builder connectionState(String connectionState)
connectionState
- ConnectionState
AllocateConnectionOnInterconnectResponse.Builder connectionState(ConnectionState connectionState)
connectionState
- ConnectionState
AllocateConnectionOnInterconnectResponse.Builder region(String region)
region
- AllocateConnectionOnInterconnectResponse.Builder location(String location)
location
- AllocateConnectionOnInterconnectResponse.Builder bandwidth(String bandwidth)
Bandwidth of the connection.
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
bandwidth
- Bandwidth of the connection.
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
AllocateConnectionOnInterconnectResponse.Builder vlan(Integer vlan)
vlan
- AllocateConnectionOnInterconnectResponse.Builder partnerName(String partnerName)
The name of the AWS Direct Connect service provider associated with the connection.
partnerName
- The name of the AWS Direct Connect service provider associated with the connection.AllocateConnectionOnInterconnectResponse.Builder loaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
loaIssueTime
- The time of the most recent call to DescribeLoa for this connection.AllocateConnectionOnInterconnectResponse.Builder lagId(String lagId)
lagId
- AllocateConnectionOnInterconnectResponse.Builder awsDevice(String awsDevice)
The Direct Connection endpoint which the physical connection terminates on.
awsDevice
- The Direct Connection endpoint which the physical connection terminates on.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.