CopyableBuilder<Connection.Builder,Connection>
, SdkBuilder<Connection.Builder,Connection>
public static interface Connection.Builder extends CopyableBuilder<Connection.Builder,Connection>
Modifier and Type | Method | Description |
---|---|---|
Connection.Builder |
awsDevice(String awsDevice) |
The Direct Connection endpoint which the physical connection terminates on.
|
Connection.Builder |
bandwidth(String bandwidth) |
Bandwidth of the connection.
|
Connection.Builder |
connectionId(String connectionId) |
|
Connection.Builder |
connectionName(String connectionName) |
|
Connection.Builder |
connectionState(String connectionState) |
|
Connection.Builder |
connectionState(ConnectionState connectionState) |
|
Connection.Builder |
lagId(String lagId) |
|
Connection.Builder |
loaIssueTime(Date loaIssueTime) |
The time of the most recent call to DescribeLoa for this connection.
|
Connection.Builder |
location(String location) |
|
Connection.Builder |
ownerAccount(String ownerAccount) |
The AWS account that will own the new connection.
|
Connection.Builder |
partnerName(String partnerName) |
The name of the AWS Direct Connect service provider associated with the connection.
|
Connection.Builder |
region(String region) |
|
Connection.Builder |
vlan(Integer vlan) |
copy
apply, build
Connection.Builder ownerAccount(String ownerAccount)
The AWS account that will own the new connection.
ownerAccount
- The AWS account that will own the new connection.Connection.Builder connectionId(String connectionId)
connectionId
- Connection.Builder connectionName(String connectionName)
connectionName
- Connection.Builder connectionState(String connectionState)
connectionState
- ConnectionState
Connection.Builder connectionState(ConnectionState connectionState)
connectionState
- ConnectionState
Connection.Builder region(String region)
region
- Connection.Builder location(String location)
location
- Connection.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
Connection.Builder vlan(Integer vlan)
vlan
- Connection.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.Connection.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.Connection.Builder lagId(String lagId)
lagId
- Connection.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.