Interface DeleteDeploymentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteDeploymentResponse.Builder,DeleteDeploymentResponse>,LaunchWizardResponse.Builder,SdkBuilder<DeleteDeploymentResponse.Builder,DeleteDeploymentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteDeploymentResponse
public static interface DeleteDeploymentResponse.Builder extends LaunchWizardResponse.Builder, SdkPojo, CopyableBuilder<DeleteDeploymentResponse.Builder,DeleteDeploymentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDeploymentResponse.Builderstatus(String status)The status of the deployment.DeleteDeploymentResponse.Builderstatus(DeploymentStatus status)The status of the deployment.DeleteDeploymentResponse.BuilderstatusReason(String statusReason)The reason for the deployment status.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.launchwizard.model.LaunchWizardResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
DeleteDeploymentResponse.Builder status(String status)
The status of the deployment.
- Parameters:
status- The status of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeploymentStatus,DeploymentStatus
-
status
DeleteDeploymentResponse.Builder status(DeploymentStatus status)
The status of the deployment.
- Parameters:
status- The status of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeploymentStatus,DeploymentStatus
-
statusReason
DeleteDeploymentResponse.Builder statusReason(String statusReason)
The reason for the deployment status.
- Parameters:
statusReason- The reason for the deployment status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-