Interface RemoveAttachmentRoutingPolicyLabelResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RemoveAttachmentRoutingPolicyLabelResponse.Builder,,RemoveAttachmentRoutingPolicyLabelResponse> NetworkManagerResponse.Builder,SdkBuilder<RemoveAttachmentRoutingPolicyLabelResponse.Builder,,RemoveAttachmentRoutingPolicyLabelResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RemoveAttachmentRoutingPolicyLabelResponse
@Mutable
@NotThreadSafe
public static interface RemoveAttachmentRoutingPolicyLabelResponse.Builder
extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<RemoveAttachmentRoutingPolicyLabelResponse.Builder,RemoveAttachmentRoutingPolicyLabelResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentId(String attachmentId) The ID of the attachment from which the routing policy label was removed.coreNetworkId(String coreNetworkId) The ID of the core network containing the attachment.routingPolicyLabel(String routingPolicyLabel) The routing policy label that was removed from 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 from which the routing policy label was removed.
- Parameters:
attachmentId- The ID of the attachment from which the routing policy label was removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingPolicyLabel
The routing policy label that was removed from the attachment.
- Parameters:
routingPolicyLabel- The routing policy label that was removed from the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-