public static interface CreateLagRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateLagRequest.Builder,CreateLagRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLagRequest.Builder |
connectionId(String connectionId)
The ID of an existing connection to migrate to the LAG.
|
CreateLagRequest.Builder |
connectionsBandwidth(String connectionsBandwidth)
The bandwidth of the individual physical connections bundled by the LAG.
|
CreateLagRequest.Builder |
lagName(String lagName)
The name of the LAG.
|
CreateLagRequest.Builder |
location(String location)
The location for the LAG.
|
CreateLagRequest.Builder |
numberOfConnections(Integer numberOfConnections)
The number of physical connections initially provisioned and bundled by the LAG.
|
CreateLagRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateLagRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateLagRequest.Builder numberOfConnections(Integer numberOfConnections)
The number of physical connections initially provisioned and bundled by the LAG.
numberOfConnections - The number of physical connections initially provisioned and bundled by the LAG.CreateLagRequest.Builder location(String location)
The location for the LAG.
location - The location for the LAG.CreateLagRequest.Builder connectionsBandwidth(String connectionsBandwidth)
The bandwidth of the individual physical connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
connectionsBandwidth - The bandwidth of the individual physical connections bundled by the LAG. The possible values are 1Gbps
and 10Gbps.CreateLagRequest.Builder lagName(String lagName)
The name of the LAG.
lagName - The name of the LAG.CreateLagRequest.Builder connectionId(String connectionId)
The ID of an existing connection to migrate to the LAG.
connectionId - The ID of an existing connection to migrate to the LAG.CreateLagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateLagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.