Interface DeleteDeploymentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteDeploymentResponse.Builder,
,DeleteDeploymentResponse> LaunchWizardResponse.Builder
,SdkBuilder<DeleteDeploymentResponse.Builder,
,DeleteDeploymentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteDeploymentResponse
@Mutable
@NotThreadSafe
public static interface DeleteDeploymentResponse.Builder
extends LaunchWizardResponse.Builder, SdkPojo, CopyableBuilder<DeleteDeploymentResponse.Builder,DeleteDeploymentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the deployment.status
(DeploymentStatus status) The status of the deployment.statusReason
(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 Details
-
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:
-
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:
-
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.
-