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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteServiceNetworkServiceAssociationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the association.DeleteServiceNetworkServiceAssociationResponse.Builderid(String id)The ID of the association.DeleteServiceNetworkServiceAssociationResponse.Builderstatus(String status)The operation's status.DeleteServiceNetworkServiceAssociationResponse.Builderstatus(ServiceNetworkServiceAssociationStatus status)The operation's status.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
arn
DeleteServiceNetworkServiceAssociationResponse.Builder arn(String 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
DeleteServiceNetworkServiceAssociationResponse.Builder id(String 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
DeleteServiceNetworkServiceAssociationResponse.Builder status(String status)
The operation's 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 operation's 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:
ServiceNetworkServiceAssociationStatus,ServiceNetworkServiceAssociationStatus
-
status
DeleteServiceNetworkServiceAssociationResponse.Builder status(ServiceNetworkServiceAssociationStatus status)
The operation's 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 operation's 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:
ServiceNetworkServiceAssociationStatus,ServiceNetworkServiceAssociationStatus
-
-