public static interface CreateConnectAttachmentRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectAttachmentRequest.Builder,CreateConnectAttachmentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConnectAttachmentRequest.Builder coreNetworkId(String coreNetworkId)
The ID of a core network where you want to create the attachment.
coreNetworkId - The ID of a core network where you want to create the attachment.CreateConnectAttachmentRequest.Builder edgeLocation(String edgeLocation)
The Region where the edge is located.
edgeLocation - The Region where the edge is located.CreateConnectAttachmentRequest.Builder transportAttachmentId(String transportAttachmentId)
The ID of the attachment between the two connections.
transportAttachmentId - The ID of the attachment between the two connections.CreateConnectAttachmentRequest.Builder options(ConnectAttachmentOptions options)
Options for creating an attachment.
options - Options for creating an attachment.default CreateConnectAttachmentRequest.Builder options(Consumer<ConnectAttachmentOptions.Builder> options)
Options for creating an attachment.
This is a convenience method that creates an instance of theConnectAttachmentOptions.Builder
avoiding the need to create one manually via ConnectAttachmentOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to options(ConnectAttachmentOptions).
options - a consumer that will call methods on ConnectAttachmentOptions.Builderoptions(ConnectAttachmentOptions)CreateConnectAttachmentRequest.Builder tags(Collection<Tag> tags)
The list of key-value tags associated with the request.
tags - The list of key-value tags associated with the request.CreateConnectAttachmentRequest.Builder tags(Tag... tags)
The list of key-value tags associated with the request.
tags - The list of key-value tags associated with the request.CreateConnectAttachmentRequest.Builder tags(Consumer<Tag.Builder>... tags)
The list of key-value tags associated with the request.
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) CreateConnectAttachmentRequest.Builder clientToken(String clientToken)
The client token associated with the request.
clientToken - The client token associated with the request.CreateConnectAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConnectAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.