public static interface CreateConnectionRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectionRequest.Builder,CreateConnectionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConnectionRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.CreateConnectionRequest.Builder deviceId(String deviceId)
The ID of the first device in the connection.
deviceId - The ID of the first device in the connection.CreateConnectionRequest.Builder connectedDeviceId(String connectedDeviceId)
The ID of the second device in the connection.
connectedDeviceId - The ID of the second device in the connection.CreateConnectionRequest.Builder linkId(String linkId)
The ID of the link for the first device.
linkId - The ID of the link for the first device.CreateConnectionRequest.Builder connectedLinkId(String connectedLinkId)
The ID of the link for the second device.
connectedLinkId - The ID of the link for the second device.CreateConnectionRequest.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.
CreateConnectionRequest.Builder tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
tags - The tags to apply to the resource during creation.CreateConnectionRequest.Builder tags(Tag... tags)
The tags to apply to the resource during creation.
tags - The tags to apply to the resource during creation.CreateConnectionRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to apply to the resource during creation.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.