CopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>
, SdkBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>
public static interface StopDeploymentResponse.Builder extends CopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>
Modifier and Type | Method | Description |
---|---|---|
StopDeploymentResponse.Builder |
status(String status) |
The status of the stop deployment operation:
|
StopDeploymentResponse.Builder |
status(StopStatus status) |
The status of the stop deployment operation:
|
StopDeploymentResponse.Builder |
statusMessage(String statusMessage) |
An accompanying status message.
|
copy
apply, build
StopDeploymentResponse.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
StopDeploymentResponse.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
StopDeploymentResponse.Builder statusMessage(String statusMessage)
An accompanying status message.
statusMessage
- An accompanying status message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.