static CreateLagRequest.Builder |
CreateLagRequest.builder() |
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.childConnectionTags(Collection<Tag> childConnectionTags) |
The tags to associate with the automtically created LAGs.
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.childConnectionTags(Consumer<Tag.Builder>... childConnectionTags) |
The tags to associate with the automtically created LAGs.
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.childConnectionTags(Tag... childConnectionTags) |
The tags to associate with the automtically created LAGs.
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.connectionId(String connectionId) |
The ID of an existing dedicated connection to migrate to the LAG.
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.connectionsBandwidth(String connectionsBandwidth) |
The bandwidth of the individual physical dedicated connections bundled by the LAG.
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.lagName(String lagName) |
The name of the LAG.
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.location(String location) |
The location for the LAG.
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.numberOfConnections(Integer numberOfConnections) |
The number of physical dedicated connections initially provisioned and bundled by the LAG.
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.providerName(String providerName) |
The name of the service provider associated with the LAG.
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.requestMACSec(Boolean requestMACSec) |
Indicates whether the connection will support MAC Security (MACsec).
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.tags(Collection<Tag> tags) |
The tags to associate with the LAG.
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags to associate with the LAG.
|
CreateLagRequest.Builder |
CreateLagRequest.Builder.tags(Tag... tags) |
The tags to associate with the LAG.
|
CreateLagRequest.Builder |
CreateLagRequest.toBuilder() |
|