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
-
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
-
coreNetworkId
CreateConnectAttachmentRequest.Builder coreNetworkId(String 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
CreateConnectAttachmentRequest.Builder edgeLocation(String 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
CreateConnectAttachmentRequest.Builder transportAttachmentId(String 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
CreateConnectAttachmentRequest.Builder options(ConnectAttachmentOptions 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.Builderavoiding the need to create one manually viaConnectAttachmentOptions.builder().When the
Consumercompletes,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:
options(ConnectAttachmentOptions)
-
tags
CreateConnectAttachmentRequest.Builder tags(Collection<Tag> 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
CreateConnectAttachmentRequest.Builder tags(Tag... 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
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
clientToken
CreateConnectAttachmentRequest.Builder clientToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateConnectAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-