Interface PutAttachmentRoutingPolicyLabelResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutAttachmentRoutingPolicyLabelResponse.Builder,,PutAttachmentRoutingPolicyLabelResponse> NetworkManagerResponse.Builder,SdkBuilder<PutAttachmentRoutingPolicyLabelResponse.Builder,,PutAttachmentRoutingPolicyLabelResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
PutAttachmentRoutingPolicyLabelResponse
@Mutable
@NotThreadSafe
public static interface PutAttachmentRoutingPolicyLabelResponse.Builder
extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<PutAttachmentRoutingPolicyLabelResponse.Builder,PutAttachmentRoutingPolicyLabelResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentId(String attachmentId) The ID of the attachment that received the routing policy label.coreNetworkId(String coreNetworkId) The ID of the core network containing the attachment.routingPolicyLabel(String routingPolicyLabel) The routing policy label that was applied to the attachment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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 that received the routing policy label.
- Parameters:
attachmentId- The ID of the attachment that received the routing policy label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingPolicyLabel
The routing policy label that was applied to the attachment.
- Parameters:
routingPolicyLabel- The routing policy label that was applied to the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-