Interface PutAttachmentRoutingPolicyLabelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutAttachmentRoutingPolicyLabelRequest.Builder,,PutAttachmentRoutingPolicyLabelRequest> NetworkManagerRequest.Builder,SdkBuilder<PutAttachmentRoutingPolicyLabelRequest.Builder,,PutAttachmentRoutingPolicyLabelRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PutAttachmentRoutingPolicyLabelRequest
@Mutable
@NotThreadSafe
public static interface PutAttachmentRoutingPolicyLabelRequest.Builder
extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<PutAttachmentRoutingPolicyLabelRequest.Builder,PutAttachmentRoutingPolicyLabelRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentId(String attachmentId) The ID of the attachment to apply the routing policy label to.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.coreNetworkId(String coreNetworkId) The ID of the core network containing the attachment.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.routingPolicyLabel(String routingPolicyLabel) The routing policy label to apply to the attachment.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, sdkFieldNameToField, sdkFields
-
Method Details
-
coreNetworkId
The ID of the core network containing the attachment.
- Parameters:
coreNetworkId- The ID of the core network containing the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentId
The ID of the attachment to apply the routing policy label to.
- Parameters:
attachmentId- The ID of the attachment to apply the routing policy label to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingPolicyLabel
The routing policy label to apply to the attachment.
- Parameters:
routingPolicyLabel- The routing policy label to apply to the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutAttachmentRoutingPolicyLabelRequest.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
PutAttachmentRoutingPolicyLabelRequest.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.
-