public static interface DeleteServiceResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<DeleteServiceResponse.Builder,DeleteServiceResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the service.
|
DeleteServiceResponse.Builder |
id(String id)
The ID of the service.
|
DeleteServiceResponse.Builder |
name(String name)
The name of the service.
|
DeleteServiceResponse.Builder |
status(ServiceStatus status)
The status.
|
DeleteServiceResponse.Builder |
status(String status)
The status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteServiceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service.
arn - The Amazon Resource Name (ARN) of the service.DeleteServiceResponse.Builder id(String id)
The ID of the service.
id - The ID of the service.DeleteServiceResponse.Builder name(String name)
The name of the service.
name - The name of the service.DeleteServiceResponse.Builder status(String status)
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
while the status is DELETE_IN_PROGRESS, the status doesn't change.
status - The status. You can retry the operation if the status is DELETE_FAILED. However, if you
retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.ServiceStatus,
ServiceStatusDeleteServiceResponse.Builder status(ServiceStatus status)
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
while the status is DELETE_IN_PROGRESS, the status doesn't change.
status - The status. You can retry the operation if the status is DELETE_FAILED. However, if you
retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.ServiceStatus,
ServiceStatusCopyright © 2023. All rights reserved.