| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.awsDevice(String awsDevice)
The Direct Connect endpoint on which the physical connection terminates.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.awsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that terminates the physical connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.awsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.bandwidth(String bandwidth)
The bandwidth of the connection.
|
static DeleteConnectionResponse.Builder |
DeleteConnectionResponse.builder() |
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.connectionId(String connectionId)
The ID of the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.connectionName(String connectionName)
The name of the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.connectionState(ConnectionState connectionState)
The state of the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.connectionState(String connectionState)
The state of the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.encryptionMode(String encryptionMode)
The MAC Security (MACsec) connection encryption mode.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.hasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.jumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames (9001 MTU) are supported.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.lagId(String lagId)
The ID of the LAG.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.loaIssueTime(Instant loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.location(String location)
The location of the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.macSecCapable(Boolean macSecCapable)
Indicates whether the connection supports MAC Security (MACsec).
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.macSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys associated with the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.macSecKeys(Consumer<MacSecKey.Builder>... macSecKeys)
The MAC Security (MACsec) security keys associated with the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.macSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys associated with the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.ownerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.partnerName(String partnerName)
The name of the Direct Connect service provider associated with the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.portEncryptionStatus(String portEncryptionStatus)
The MAC Security (MACsec) port link status of the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.providerName(String providerName)
The name of the service provider associated with the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.region(String region)
The Amazon Web Services Region where the connection is located.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.tags(Collection<Tag> tags)
The tags associated with the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.tags(Consumer<Tag.Builder>... tags)
The tags associated with the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.tags(Tag... tags)
The tags associated with the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.toBuilder() |
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.vlan(Integer vlan)
The ID of the VLAN.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteConnectionResponse.Builder> |
DeleteConnectionResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.