Interface DeleteServiceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteServiceResponse.Builder,DeleteServiceResponse>,SdkBuilder<DeleteServiceResponse.Builder,DeleteServiceResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- DeleteServiceResponse
public static interface DeleteServiceResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<DeleteServiceResponse.Builder,DeleteServiceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteServiceResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the service.DeleteServiceResponse.Builderid(String id)The ID of the service.DeleteServiceResponse.Buildername(String name)The name of the service.DeleteServiceResponse.Builderstatus(String status)The status.DeleteServiceResponse.Builderstatus(ServiceStatus status)The 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
DeleteServiceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service.
- Parameters:
arn- The Amazon Resource Name (ARN) of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
DeleteServiceResponse.Builder id(String id)
The ID of the service.
- Parameters:
id- The ID of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DeleteServiceResponse.Builder name(String name)
The name of the service.
- Parameters:
name- The name of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
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 isDELETE_IN_PROGRESS, the status doesn't change.- Parameters:
status- The status. You can retry the operation if the status isDELETE_FAILED. However, if you retry it while the status isDELETE_IN_PROGRESS, the status doesn't change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceStatus,ServiceStatus
-
status
DeleteServiceResponse.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 isDELETE_IN_PROGRESS, the status doesn't change.- Parameters:
status- The status. You can retry the operation if the status isDELETE_FAILED. However, if you retry it while the status isDELETE_IN_PROGRESS, the status doesn't change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceStatus,ServiceStatus
-
-