public static interface CreateLagRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateLagRequest.Builder,CreateLagRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLagRequest.Builder |
childConnectionTags(Collection<Tag> childConnectionTags)
The tags to associate with the automtically created LAGs.
|
CreateLagRequest.Builder |
childConnectionTags(Consumer<Tag.Builder>... childConnectionTags)
The tags to associate with the automtically created LAGs.
|
CreateLagRequest.Builder |
childConnectionTags(Tag... childConnectionTags)
The tags to associate with the automtically created LAGs.
|
CreateLagRequest.Builder |
connectionId(String connectionId)
The ID of an existing dedicated connection to migrate to the LAG.
|
CreateLagRequest.Builder |
connectionsBandwidth(String connectionsBandwidth)
The bandwidth of the individual physical dedicated 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 dedicated connections initially provisioned and bundled by the LAG.
|
CreateLagRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLagRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLagRequest.Builder |
providerName(String providerName)
The name of the service provider associated with the LAG.
|
CreateLagRequest.Builder |
requestMACSec(Boolean requestMACSec)
Indicates whether the connection will support MAC Security (MACsec).
|
CreateLagRequest.Builder |
tags(Collection<Tag> tags)
The tags to associate with the LAG.
|
CreateLagRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to associate with the LAG.
|
CreateLagRequest.Builder |
tags(Tag... tags)
The tags to associate with the LAG.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLagRequest.Builder numberOfConnections(Integer numberOfConnections)
The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1G or 10G, or two when the port speed is 100G.
numberOfConnections - The number of physical dedicated connections initially provisioned and bundled by the LAG. You can
have a maximum of four connections when the port speed is 1G or 10G, or two when the port speed is
100G.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 dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
connectionsBandwidth - The bandwidth of the individual physical dedicated 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 dedicated connection to migrate to the LAG.
connectionId - The ID of an existing dedicated connection to migrate to the LAG.CreateLagRequest.Builder tags(Collection<Tag> tags)
The tags to associate with the LAG.
tags - The tags to associate with the LAG.CreateLagRequest.Builder tags(Tag... tags)
The tags to associate with the LAG.
tags - The tags to associate with the LAG.CreateLagRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to associate 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) CreateLagRequest.Builder childConnectionTags(Collection<Tag> childConnectionTags)
The tags to associate with the automtically created LAGs.
childConnectionTags - The tags to associate with the automtically created LAGs.CreateLagRequest.Builder childConnectionTags(Tag... childConnectionTags)
The tags to associate with the automtically created LAGs.
childConnectionTags - The tags to associate with the automtically created LAGs.CreateLagRequest.Builder childConnectionTags(Consumer<Tag.Builder>... childConnectionTags)
The tags to associate with the automtically created LAGs.
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 #childConnectionTags(List.
childConnectionTags - a consumer that will call methods on
Tag.Builder#childConnectionTags(java.util.Collection) CreateLagRequest.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.CreateLagRequest.Builder requestMACSec(Boolean requestMACSec)
Indicates whether the connection will support MAC Security (MACsec).
All connections in the LAG must be capable of supporting MAC Security (MACsec). For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties in the Direct Connect User Guide.
requestMACSec - Indicates whether the connection will support MAC Security (MACsec). All connections in the LAG must be capable of supporting MAC Security (MACsec). For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties in the Direct Connect User Guide.
CreateLagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.