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 |
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 |
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 (9001 MTU) 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 |
minimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
|
CreateLagResponse.Builder |
numberOfConnections(Integer numberOfConnections)
The number of physical connections bundled by the LAG, up to a maximum of 10.
|
CreateLagResponse.Builder |
ownerAccount(String ownerAccount)
The ID of the AWS account that owns the LAG.
|
CreateLagResponse.Builder |
region(String region)
The AWS Region where the connection is located.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateLagResponse.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 connections bundled by the LAG, up to a maximum of 10.
numberOfConnections
- The number of physical 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 AWS account that owns the LAG.
ownerAccount
- The ID of the AWS 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.
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.
LagState
,
LagState
CreateLagResponse.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.
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.
LagState
,
LagState
CreateLagResponse.Builder location(String location)
The location of the LAG.
location
- The location of the LAG.CreateLagResponse.Builder region(String region)
The AWS Region where the connection is located.
region
- The AWS Region where the connection is located.CreateLagResponse.Builder minimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
minimumLinks
- The minimum number of physical 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 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 that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #connections(List)
.connections
- a consumer that will call methods on List.Builder
#connections(List)
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 (9001 MTU) are supported.
jumboFrameCapable
- Indicates whether jumbo frames (9001 MTU) 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
,
HasLogicalRedundancy
CreateLagResponse.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
,
HasLogicalRedundancy
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.