Uses of Interface
software.amazon.awssdk.services.codedeploy.model.AutoRollbackConfiguration.Builder
-
Packages that use AutoRollbackConfiguration.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of AutoRollbackConfiguration.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return AutoRollbackConfiguration.Builder Modifier and Type Method Description static AutoRollbackConfiguration.BuilderAutoRollbackConfiguration. builder()AutoRollbackConfiguration.BuilderAutoRollbackConfiguration.Builder. enabled(Boolean enabled)Indicates whether a defined automatic rollback configuration is currently enabled.AutoRollbackConfiguration.BuilderAutoRollbackConfiguration.Builder. events(Collection<AutoRollbackEvent> events)The event type or types that trigger a rollback.AutoRollbackConfiguration.BuilderAutoRollbackConfiguration.Builder. events(AutoRollbackEvent... events)The event type or types that trigger a rollback.AutoRollbackConfiguration.BuilderAutoRollbackConfiguration.Builder. eventsWithStrings(String... events)The event type or types that trigger a rollback.AutoRollbackConfiguration.BuilderAutoRollbackConfiguration.Builder. eventsWithStrings(Collection<String> events)The event type or types that trigger a rollback.AutoRollbackConfiguration.BuilderAutoRollbackConfiguration. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type AutoRollbackConfiguration.Builder Modifier and Type Method Description static Class<? extends AutoRollbackConfiguration.Builder>AutoRollbackConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type AutoRollbackConfiguration.Builder Modifier and Type Method Description default CreateDeploymentGroupRequest.BuilderCreateDeploymentGroupRequest.Builder. autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)Configuration information for an automatic rollback that is added when a deployment group is created.default CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)Configuration information for an automatic rollback that is added when a deployment is created.default DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)Information about the automatic rollback configuration associated with the deployment group.default DeploymentInfo.BuilderDeploymentInfo.Builder. autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)Information about the automatic rollback configuration associated with the deployment.default UpdateDeploymentGroupRequest.BuilderUpdateDeploymentGroupRequest.Builder. autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> autoRollbackConfiguration)Information for an automatic rollback configuration that is added or changed when a deployment group is updated.
-