public static interface CreateLagResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateLagResponse.Builder,CreateLagResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateLagResponse.Builder |
allowsHostedConnections(Boolean allowsHostedConnections)
Indicates whether the LAG can host other connections.
|
CreateLagResponse.Builder |
awsDevice(String awsDevice)
The Direct Connect endpoint that hosts the LAG.
|
CreateLagResponse.Builder |
awsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that hosts the LAG.
|
CreateLagResponse.Builder |
awsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection.
|
CreateLagResponse.Builder |
connections(Collection<Connection> connections)
The connections bundled by the LAG.
|
CreateLagResponse.Builder |
connections(Connection... connections)
The connections bundled by the LAG.
|
CreateLagResponse.Builder |
connections(Consumer<Connection.Builder>... connections)
The connections bundled by the LAG.
|
CreateLagResponse.Builder |
connectionsBandwidth(String connectionsBandwidth)
The individual bandwidth of the physical connections bundled by the LAG.
|
CreateLagResponse.Builder |
encryptionMode(String encryptionMode)
The LAG MAC Security (MACsec) encryption mode.
|
CreateLagResponse.Builder |
hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
CreateLagResponse.Builder |
hasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
CreateLagResponse.Builder |
jumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames are supported.
|
CreateLagResponse.Builder |
lagId(String lagId)
The ID of the LAG.
|
CreateLagResponse.Builder |
lagName(String lagName)
The name of the LAG.
|
CreateLagResponse.Builder |
lagState(LagState lagState)
The state of the LAG.
|
CreateLagResponse.Builder |
lagState(String lagState)
The state of the LAG.
|
CreateLagResponse.Builder |
location(String location)
The location of the LAG.
|
CreateLagResponse.Builder |
macSecCapable(Boolean macSecCapable)
Indicates whether the LAG supports MAC Security (MACsec).
|
CreateLagResponse.Builder |
macSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys associated with the LAG.
|
CreateLagResponse.Builder |
macSecKeys(Consumer<MacSecKey.Builder>... macSecKeys)
The MAC Security (MACsec) security keys associated with the LAG.
|
CreateLagResponse.Builder |
macSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys associated with the LAG.
|
CreateLagResponse.Builder |
minimumLinks(Integer minimumLinks)
The minimum number of physical dedicated connections that must be operational for the LAG itself to be
operational.
|
CreateLagResponse.Builder |
numberOfConnections(Integer numberOfConnections)
The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.
|
CreateLagResponse.Builder |
ownerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the LAG.
|
CreateLagResponse.Builder |
providerName(String providerName)
The name of the service provider associated with the LAG.
|
CreateLagResponse.Builder |
region(String region)
The Amazon Web Services Region where the connection is located.
|
CreateLagResponse.Builder |
tags(Collection<Tag> tags)
The tags associated with the LAG.
|
CreateLagResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags associated with the LAG.
|
CreateLagResponse.Builder |
tags(Tag... tags)
The tags associated with the LAG.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLagResponse.Builder connectionsBandwidth(String connectionsBandwidth)
The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
connectionsBandwidth - The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps
and 10Gbps.CreateLagResponse.Builder numberOfConnections(Integer numberOfConnections)
The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.
numberOfConnections - The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.CreateLagResponse.Builder lagId(String lagId)
The ID of the LAG.
lagId - The ID of the LAG.CreateLagResponse.Builder ownerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the LAG.
ownerAccount - The ID of the Amazon Web Services account that owns the LAG.CreateLagResponse.Builder lagName(String lagName)
The name of the LAG.
lagName - The name of the LAG.CreateLagResponse.Builder lagState(String lagState)
The state of the LAG. The following are the possible values:
requested: The initial state of a LAG. The LAG stays in the requested state until the Letter of
Authorization (LOA) is available.
pending: The LAG has been approved and is being initialized.
available: The network link is established and the LAG is ready for use.
down: The network link is down.
deleting: The LAG is being deleted.
deleted: The LAG is deleted.
unknown: The state of the LAG is not available.
lagState - The state of the LAG. The following are the possible values:
requested: The initial state of a LAG. The LAG stays in the requested state until the
Letter of Authorization (LOA) is available.
pending: The LAG has been approved and is being initialized.
available: The network link is established and the LAG is ready for use.
down: The network link is down.
deleting: The LAG is being deleted.
deleted: The LAG is deleted.
unknown: The state of the LAG is not available.
LagState,
LagStateCreateLagResponse.Builder lagState(LagState lagState)
The state of the LAG. The following are the possible values:
requested: The initial state of a LAG. The LAG stays in the requested state until the Letter of
Authorization (LOA) is available.
pending: The LAG has been approved and is being initialized.
available: The network link is established and the LAG is ready for use.
down: The network link is down.
deleting: The LAG is being deleted.
deleted: The LAG is deleted.
unknown: The state of the LAG is not available.
lagState - The state of the LAG. The following are the possible values:
requested: The initial state of a LAG. The LAG stays in the requested state until the
Letter of Authorization (LOA) is available.
pending: The LAG has been approved and is being initialized.
available: The network link is established and the LAG is ready for use.
down: The network link is down.
deleting: The LAG is being deleted.
deleted: The LAG is deleted.
unknown: The state of the LAG is not available.
LagState,
LagStateCreateLagResponse.Builder location(String location)
The location of the LAG.
location - The location of the LAG.CreateLagResponse.Builder region(String region)
The Amazon Web Services Region where the connection is located.
region - The Amazon Web Services Region where the connection is located.CreateLagResponse.Builder minimumLinks(Integer minimumLinks)
The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
minimumLinks - The minimum number of physical dedicated connections that must be operational for the LAG itself to be
operational.CreateLagResponse.Builder awsDevice(String awsDevice)
The Direct Connect endpoint that hosts the LAG.
awsDevice - The Direct Connect endpoint that hosts the LAG.CreateLagResponse.Builder awsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that hosts the LAG.
awsDeviceV2 - The Direct Connect endpoint that hosts the LAG.CreateLagResponse.Builder awsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
awsLogicalDeviceId - The Direct Connect endpoint that terminates the logical connection. This device might be different
than the device that terminates the physical connection.CreateLagResponse.Builder connections(Collection<Connection> connections)
The connections bundled by the LAG.
connections - The connections bundled by the LAG.CreateLagResponse.Builder connections(Connection... connections)
The connections bundled by the LAG.
connections - The connections bundled by the LAG.CreateLagResponse.Builder connections(Consumer<Connection.Builder>... connections)
The connections bundled by the LAG.
This is a convenience method that creates an instance of theConnection.Builder avoiding the need to create
one manually via Connection.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #connections(List.
connections - a consumer that will call methods on
Connection.Builder#connections(java.util.Collection) CreateLagResponse.Builder allowsHostedConnections(Boolean allowsHostedConnections)
Indicates whether the LAG can host other connections.
allowsHostedConnections - Indicates whether the LAG can host other connections.CreateLagResponse.Builder jumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames are supported.
jumboFrameCapable - Indicates whether jumbo frames are supported.CreateLagResponse.Builder hasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
hasLogicalRedundancy - Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancy,
HasLogicalRedundancyCreateLagResponse.Builder hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
hasLogicalRedundancy - Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancy,
HasLogicalRedundancyCreateLagResponse.Builder tags(Collection<Tag> tags)
The tags associated with the LAG.
tags - The tags associated with the LAG.CreateLagResponse.Builder tags(Tag... tags)
The tags associated with the LAG.
tags - The tags associated with the LAG.CreateLagResponse.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the LAG.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateLagResponse.Builder providerName(String providerName)
The name of the service provider associated with the LAG.
providerName - The name of the service provider associated with the LAG.CreateLagResponse.Builder macSecCapable(Boolean macSecCapable)
Indicates whether the LAG supports MAC Security (MACsec).
macSecCapable - Indicates whether the LAG supports MAC Security (MACsec).CreateLagResponse.Builder encryptionMode(String encryptionMode)
The LAG MAC Security (MACsec) encryption mode.
The valid values are no_encrypt, should_encrypt, and must_encrypt.
encryptionMode - The LAG MAC Security (MACsec) encryption mode.
The valid values are no_encrypt, should_encrypt, and
must_encrypt.
CreateLagResponse.Builder macSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys associated with the LAG.
macSecKeys - The MAC Security (MACsec) security keys associated with the LAG.CreateLagResponse.Builder macSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys associated with the LAG.
macSecKeys - The MAC Security (MACsec) security keys associated with the LAG.CreateLagResponse.Builder macSecKeys(Consumer<MacSecKey.Builder>... macSecKeys)
The MAC Security (MACsec) security keys associated with the LAG.
This is a convenience method that creates an instance of theMacSecKey.Builder avoiding the need to create one
manually via MacSecKey.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #macSecKeys(List.
macSecKeys - a consumer that will call methods on
MacSecKey.Builder#macSecKeys(java.util.Collection) Copyright © 2023. All rights reserved.