| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoRollbackConfiguration.Builder |
AutoRollbackConfiguration.builder() |
AutoRollbackConfiguration.Builder |
AutoRollbackConfiguration.Builder.enabled(Boolean enabled)
Indicates whether a defined automatic rollback configuration is currently enabled.
|
AutoRollbackConfiguration.Builder |
AutoRollbackConfiguration.Builder.events(AutoRollbackEvent... events)
The event type or types that trigger a rollback.
|
AutoRollbackConfiguration.Builder |
AutoRollbackConfiguration.Builder.events(Collection<AutoRollbackEvent> events)
The event type or types that trigger a rollback.
|
AutoRollbackConfiguration.Builder |
AutoRollbackConfiguration.Builder.eventsWithStrings(Collection<String> events)
The event type or types that trigger a rollback.
|
AutoRollbackConfiguration.Builder |
AutoRollbackConfiguration.Builder.eventsWithStrings(String... events)
The event type or types that trigger a rollback.
|
AutoRollbackConfiguration.Builder |
AutoRollbackConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutoRollbackConfiguration.Builder> |
AutoRollbackConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)
Configuration information for an automatic rollback that is added when a deployment is created.
|
default UpdateDeploymentGroupRequest.Builder |
UpdateDeploymentGroupRequest.Builder.autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)
Information for an automatic rollback configuration that is added or changed when a deployment group is
updated.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)
Information about the automatic rollback configuration associated with the deployment group.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)
Information about the automatic rollback configuration associated with the deployment.
|
default CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)
Configuration information for an automatic rollback that is added when a deployment group is created.
|
Copyright © 2020. All rights reserved.