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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopDeploymentResponse.Builderstatus(String status)The status of the stop deployment operation:StopDeploymentResponse.Builderstatus(StopStatus status)The status of the stop deployment operation:StopDeploymentResponse.BuilderstatusMessage(String statusMessage)An accompanying status message.-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
status
StopDeploymentResponse.Builder status(String 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:
StopStatus,StopStatus
-
-
status
StopDeploymentResponse.Builder status(StopStatus 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:
StopStatus,StopStatus
-
-
statusMessage
StopDeploymentResponse.Builder statusMessage(String 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.
-
-