public static interface StopDeploymentResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>
| Modifier and Type | Method and Description |
|---|---|
StopDeploymentResponse.Builder |
status(StopStatus status)
The status of the stop deployment operation:
|
StopDeploymentResponse.Builder |
status(String status)
The status of the stop deployment operation:
|
StopDeploymentResponse.Builder |
statusMessage(String statusMessage)
An accompanying status message.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildStopDeploymentResponse.Builder status(String status)
The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
status - The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
StopStatus,
StopStatusStopDeploymentResponse.Builder status(StopStatus status)
The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
status - The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
StopStatus,
StopStatusStopDeploymentResponse.Builder statusMessage(String statusMessage)
An accompanying status message.
statusMessage - An accompanying status message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.