CopyableBuilder<AssociateConnectionWithLagResponse.Builder,AssociateConnectionWithLagResponse>, SdkBuilder<AssociateConnectionWithLagResponse.Builder,AssociateConnectionWithLagResponse>public static interface AssociateConnectionWithLagResponse.Builder extends CopyableBuilder<AssociateConnectionWithLagResponse.Builder,AssociateConnectionWithLagResponse>
copyapply, buildAssociateConnectionWithLagResponse.Builder ownerAccount(String ownerAccount)
The AWS account that will own the new connection.
ownerAccount - The AWS account that will own the new connection.AssociateConnectionWithLagResponse.Builder connectionId(String connectionId)
connectionId - AssociateConnectionWithLagResponse.Builder connectionName(String connectionName)
connectionName - AssociateConnectionWithLagResponse.Builder connectionState(String connectionState)
connectionState - ConnectionStateAssociateConnectionWithLagResponse.Builder connectionState(ConnectionState connectionState)
connectionState - ConnectionStateAssociateConnectionWithLagResponse.Builder region(String region)
region - AssociateConnectionWithLagResponse.Builder location(String location)
location - AssociateConnectionWithLagResponse.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
AssociateConnectionWithLagResponse.Builder vlan(Integer vlan)
vlan - AssociateConnectionWithLagResponse.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.AssociateConnectionWithLagResponse.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.AssociateConnectionWithLagResponse.Builder lagId(String lagId)
lagId - AssociateConnectionWithLagResponse.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.