Interface DeleteServiceNetworkServiceAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteServiceNetworkServiceAssociationResponse.Builder,,DeleteServiceNetworkServiceAssociationResponse> SdkBuilder<DeleteServiceNetworkServiceAssociationResponse.Builder,,DeleteServiceNetworkServiceAssociationResponse> SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
DeleteServiceNetworkServiceAssociationResponse
public static interface DeleteServiceNetworkServiceAssociationResponse.Builder
extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<DeleteServiceNetworkServiceAssociationResponse.Builder,DeleteServiceNetworkServiceAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the association.The ID of the association.The status.The status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the association.
- Parameters:
arn- The Amazon Resource Name (ARN) of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the association.
- Parameters:
id- The ID of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status. You can retry the operation if the status is
DELETE_FAILED. However, if you retry it when the status isDELETE_IN_PROGRESS, there is no change in the status.- Parameters:
status- The status. You can retry the operation if the status isDELETE_FAILED. However, if you retry it when the status isDELETE_IN_PROGRESS, there is no change in the status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
DeleteServiceNetworkServiceAssociationResponse.Builder status(ServiceNetworkServiceAssociationStatus status) The status. You can retry the operation if the status is
DELETE_FAILED. However, if you retry it when the status isDELETE_IN_PROGRESS, there is no change in the status.- Parameters:
status- The status. You can retry the operation if the status isDELETE_FAILED. However, if you retry it when the status isDELETE_IN_PROGRESS, there is no change in the status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-