| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
StopDeploymentRequest.Builder |
StopDeploymentRequest.Builder.autoRollbackEnabled(Boolean autoRollbackEnabled)
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to
the previous version of the application revision.
|
static StopDeploymentRequest.Builder |
StopDeploymentRequest.builder() |
StopDeploymentRequest.Builder |
StopDeploymentRequest.Builder.deploymentId(String deploymentId)
The unique ID of a deployment.
|
StopDeploymentRequest.Builder |
StopDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopDeploymentRequest.Builder> |
StopDeploymentRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.