public static interface DeleteConnectionResponse.Builder extends DirectConnectResponse.Builder, CopyableBuilder<DeleteConnectionResponse.Builder,DeleteConnectionResponse>
| Modifier and Type | Method and Description | 
|---|---|
| DeleteConnectionResponse.Builder | awsDevice(String awsDevice)
 The Direct Connection endpoint which the physical connection terminates on. | 
| DeleteConnectionResponse.Builder | bandwidth(String bandwidth)
 Bandwidth of the connection. | 
| DeleteConnectionResponse.Builder | connectionId(String connectionId)Sets the value of the ConnectionId property for this object. | 
| DeleteConnectionResponse.Builder | connectionName(String connectionName)Sets the value of the ConnectionName property for this object. | 
| DeleteConnectionResponse.Builder | connectionState(ConnectionState connectionState)Sets the value of the ConnectionState property for this object. | 
| DeleteConnectionResponse.Builder | connectionState(String connectionState)Sets the value of the ConnectionState property for this object. | 
| DeleteConnectionResponse.Builder | lagId(String lagId)Sets the value of the LagId property for this object. | 
| DeleteConnectionResponse.Builder | loaIssueTime(Instant loaIssueTime)
 The time of the most recent call to DescribeLoa for this connection. | 
| DeleteConnectionResponse.Builder | location(String location)Sets the value of the Location property for this object. | 
| DeleteConnectionResponse.Builder | ownerAccount(String ownerAccount)
 The AWS account that will own the new connection. | 
| DeleteConnectionResponse.Builder | partnerName(String partnerName)
 The name of the AWS Direct Connect service provider associated with the connection. | 
| DeleteConnectionResponse.Builder | region(String region)Sets the value of the Region property for this object. | 
| DeleteConnectionResponse.Builder | vlan(Integer vlan)Sets the value of the Vlan property for this object. | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDeleteConnectionResponse.Builder ownerAccount(String ownerAccount)
The AWS account that will own the new connection.
ownerAccount - The AWS account that will own the new connection.DeleteConnectionResponse.Builder connectionId(String connectionId)
connectionId - The new value for the ConnectionId property for this object.DeleteConnectionResponse.Builder connectionName(String connectionName)
connectionName - The new value for the ConnectionName property for this object.DeleteConnectionResponse.Builder connectionState(String connectionState)
connectionState - The new value for the ConnectionState property for this object.ConnectionState, 
ConnectionStateDeleteConnectionResponse.Builder connectionState(ConnectionState connectionState)
connectionState - The new value for the ConnectionState property for this object.ConnectionState, 
ConnectionStateDeleteConnectionResponse.Builder region(String region)
region - The new value for the Region property for this object.DeleteConnectionResponse.Builder location(String location)
location - The new value for the Location property for this object.DeleteConnectionResponse.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
DeleteConnectionResponse.Builder vlan(Integer vlan)
vlan - The new value for the Vlan property for this object.DeleteConnectionResponse.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.DeleteConnectionResponse.Builder loaIssueTime(Instant 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.DeleteConnectionResponse.Builder lagId(String lagId)
lagId - The new value for the LagId property for this object.DeleteConnectionResponse.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.