Interface UpdateConnectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateConnectionRequest.Builder,UpdateConnectionRequest>,NetworkManagerRequest.Builder,SdkBuilder<UpdateConnectionRequest.Builder,UpdateConnectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateConnectionRequest
public static interface UpdateConnectionRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateConnectionRequest.Builder,UpdateConnectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateConnectionRequest.BuilderconnectedLinkId(String connectedLinkId)The ID of the link for the second device in the connection.UpdateConnectionRequest.BuilderconnectionId(String connectionId)The ID of the connection.UpdateConnectionRequest.Builderdescription(String description)A description of the connection.UpdateConnectionRequest.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.UpdateConnectionRequest.BuilderlinkId(String linkId)The ID of the link for the first device in the connection.UpdateConnectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateConnectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
globalNetworkId
UpdateConnectionRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
- Parameters:
globalNetworkId- The ID of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionId
UpdateConnectionRequest.Builder connectionId(String connectionId)
The ID of the connection.
- Parameters:
connectionId- The ID of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkId
UpdateConnectionRequest.Builder linkId(String linkId)
The ID of the link for the first device in the connection.
- Parameters:
linkId- The ID of the link for the first device in the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectedLinkId
UpdateConnectionRequest.Builder connectedLinkId(String connectedLinkId)
The ID of the link for the second device in the connection.
- Parameters:
connectedLinkId- The ID of the link for the second device in the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateConnectionRequest.Builder description(String description)
A description of the connection.
Length Constraints: Maximum length of 256 characters.
- Parameters:
description- A description of the connection.Length Constraints: Maximum length of 256 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-