Interface CreateConnectAttachmentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateConnectAttachmentRequest.Builder,
,CreateConnectAttachmentRequest> NetworkManagerRequest.Builder
,SdkBuilder<CreateConnectAttachmentRequest.Builder,
,CreateConnectAttachmentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateConnectAttachmentRequest
public static interface CreateConnectAttachmentRequest.Builder
extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectAttachmentRequest.Builder,CreateConnectAttachmentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) The client token associated with the request.coreNetworkId
(String coreNetworkId) The ID of a core network where you want to create the attachment.edgeLocation
(String edgeLocation) The Region where the edge is located.options
(Consumer<ConnectAttachmentOptions.Builder> options) Options for creating an attachment.options
(ConnectAttachmentOptions options) Options for creating an attachment.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 list of key-value tags associated with the request.tags
(Consumer<Tag.Builder>... tags) The list of key-value tags associated with the request.The list of key-value tags associated with the request.transportAttachmentId
(String transportAttachmentId) The ID of the attachment between the two connections.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 Details
-
coreNetworkId
The ID of a core network where you want to create the attachment.
- Parameters:
coreNetworkId
- The ID of a core network where you want to create the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeLocation
The Region where the edge is located.
- Parameters:
edgeLocation
- The Region where the edge is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transportAttachmentId
The ID of the attachment between the two connections.
- Parameters:
transportAttachmentId
- The ID of the attachment between the two connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
Options for creating an attachment.
- Parameters:
options
- Options for creating an attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
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 viaConnectAttachmentOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooptions(ConnectAttachmentOptions)
.- Parameters:
options
- a consumer that will call methods onConnectAttachmentOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The list of key-value tags associated with the request.
- Parameters:
tags
- The list of key-value tags associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of key-value tags associated with the request.
- Parameters:
tags
- The list of key-value tags associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTag.builder()
.When the
Consumer
completes,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:
-
clientToken
The client token associated with the request.
- Parameters:
clientToken
- The client token associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateConnectAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateConnectAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-