Interface StopDeploymentResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodeDeployResponse.Builder,CopyableBuilder<StopDeploymentResponse.Builder,,StopDeploymentResponse> SdkBuilder<StopDeploymentResponse.Builder,,StopDeploymentResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StopDeploymentResponse
public static interface StopDeploymentResponse.Builder
extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe status of the stop deployment operation:status(StopStatus status) The status of the stop deployment operation:statusMessage(String statusMessage) An accompanying status message.Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
status
The status of the stop deployment operation:
- 
 
Pending: The stop operation is pending.
 - 
 
Succeeded: The stop operation was successful.
 
- Parameters:
 status- The status of the stop deployment operation:- 
        
Pending: The stop operation is pending.
 - 
        
Succeeded: The stop operation was successful.
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
status
The status of the stop deployment operation:
- 
 
Pending: The stop operation is pending.
 - 
 
Succeeded: The stop operation was successful.
 
- Parameters:
 status- The status of the stop deployment operation:- 
        
Pending: The stop operation is pending.
 - 
        
Succeeded: The stop operation was successful.
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
statusMessage
An accompanying status message.
- Parameters:
 statusMessage- An accompanying status message.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -