Interface CreateConnectionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateConnectionRequest.Builder,,CreateConnectionRequest> NetworkManagerRequest.Builder,SdkBuilder<CreateConnectionRequest.Builder,,CreateConnectionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateConnectionRequest
public static interface CreateConnectionRequest.Builder
extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectionRequest.Builder,CreateConnectionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionconnectedDeviceId(String connectedDeviceId) The ID of the second device in the connection.connectedLinkId(String connectedLinkId) The ID of the link for the second device.description(String description) A description of the connection.The ID of the first device in the connection.globalNetworkId(String globalNetworkId) The ID of the global network.The ID of the link for the first device.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) The tags to apply to the resource during creation.tags(Consumer<Tag.Builder>... tags) The tags to apply to the resource during creation.The tags to apply to the resource during creation.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 - 
deviceId
The ID of the first device in the connection.
- Parameters:
 deviceId- The ID of the first device in the connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
connectedDeviceId
The ID of the second device in the connection.
- Parameters:
 connectedDeviceId- The ID of the second device in the connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
linkId
The ID of the link for the first device.
- Parameters:
 linkId- The ID of the link for the first device.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
connectedLinkId
The ID of the link for the second device.
- Parameters:
 connectedLinkId- The ID of the link for the second device.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
 
 - 
tags
The tags to apply to the resource during creation.
- Parameters:
 tags- The tags to apply to the resource during creation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags to apply to the resource during creation.
- Parameters:
 tags- The tags to apply to the resource during creation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags to apply to the resource during creation.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -