public static interface UpdateConnectionRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateConnectionRequest.Builder,UpdateConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectionRequest.Builder |
connectedLinkId(String connectedLinkId)
The ID of the link for the second device in the connection.
|
UpdateConnectionRequest.Builder |
connectionId(String connectionId)
The ID of the connection.
|
UpdateConnectionRequest.Builder |
description(String description)
A description of the connection.
|
UpdateConnectionRequest.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
UpdateConnectionRequest.Builder |
linkId(String linkId)
The ID of the link for the first device in the connection.
|
UpdateConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateConnectionRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.UpdateConnectionRequest.Builder connectionId(String connectionId)
The ID of the connection.
connectionId - The ID of the connection.UpdateConnectionRequest.Builder linkId(String linkId)
The ID of the link for the first device in the connection.
linkId - The ID of the link for the first device in the connection.UpdateConnectionRequest.Builder connectedLinkId(String connectedLinkId)
The ID of the link for the second device in the connection.
connectedLinkId - The ID of the link for the second device in the connection.UpdateConnectionRequest.Builder description(String description)
A description of the connection.
Length Constraints: Maximum length of 256 characters.
description - A description of the connection.
Length Constraints: Maximum length of 256 characters.
UpdateConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.