public static interface DeleteServiceNetworkVpcAssociationResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<DeleteServiceNetworkVpcAssociationResponse.Builder,DeleteServiceNetworkVpcAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceNetworkVpcAssociationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the association.
|
DeleteServiceNetworkVpcAssociationResponse.Builder |
id(String id)
The ID of the association.
|
DeleteServiceNetworkVpcAssociationResponse.Builder |
status(ServiceNetworkVpcAssociationStatus status)
The status.
|
DeleteServiceNetworkVpcAssociationResponse.Builder |
status(String status)
The status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteServiceNetworkVpcAssociationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.DeleteServiceNetworkVpcAssociationResponse.Builder id(String id)
The ID of the association.
id - The ID of the association.DeleteServiceNetworkVpcAssociationResponse.Builder status(String status)
The 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 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.ServiceNetworkVpcAssociationStatus,
ServiceNetworkVpcAssociationStatusDeleteServiceNetworkVpcAssociationResponse.Builder status(ServiceNetworkVpcAssociationStatus status)
The 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 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.ServiceNetworkVpcAssociationStatus,
ServiceNetworkVpcAssociationStatusCopyright © 2023. All rights reserved.