| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect |
Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateLagResponse> |
DirectConnectAsyncClient.createLag(Consumer<CreateLagRequest.Builder> createLagRequest)
Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections
between the customer network and a specific Direct Connect location.
|
default CreateLagResponse |
DirectConnectClient.createLag(Consumer<CreateLagRequest.Builder> createLagRequest)
Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections
between the customer network and a specific Direct Connect location.
|
| Modifier and Type | Method and Description |
|---|---|
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(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLagRequest.Builder |
CreateLagRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLagRequest.Builder> |
CreateLagRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.