public static interface DeleteServiceNetworkServiceAssociationResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<DeleteServiceNetworkServiceAssociationResponse.Builder,DeleteServiceNetworkServiceAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceNetworkServiceAssociationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the association.
|
DeleteServiceNetworkServiceAssociationResponse.Builder |
id(String id)
The ID of the association.
|
DeleteServiceNetworkServiceAssociationResponse.Builder |
status(ServiceNetworkServiceAssociationStatus status)
The operation's status.
|
DeleteServiceNetworkServiceAssociationResponse.Builder |
status(String status)
The operation's status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteServiceNetworkServiceAssociationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.DeleteServiceNetworkServiceAssociationResponse.Builder id(String id)
The ID of the association.
id - The ID of the association.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 is DELETE_IN_PROGRESS, there is no change in the status.
status - The operation's status. You can retry the operation if the status is DELETE_FAILED.
However, if you retry it when the status is DELETE_IN_PROGRESS, there is no change in the
status.ServiceNetworkServiceAssociationStatus,
ServiceNetworkServiceAssociationStatusDeleteServiceNetworkServiceAssociationResponse.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 is DELETE_IN_PROGRESS, there is no change in the status.
status - The operation's status. You can retry the operation if the status is DELETE_FAILED.
However, if you retry it when the status is DELETE_IN_PROGRESS, there is no change in the
status.ServiceNetworkServiceAssociationStatus,
ServiceNetworkServiceAssociationStatusCopyright © 2023. All rights reserved.