Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DeploymentConfig.Builder
Packages that use DeploymentConfig.Builder
-
Uses of DeploymentConfig.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DeploymentConfig.BuilderModifier and TypeMethodDescriptionstatic DeploymentConfig.BuilderDeploymentConfig.builder()DeploymentConfig.Builder.disableRollback(Boolean disableRollback) Specifies whether to disable rollback of the stack if the stack operation fails.Specifies the deployment mode for the stack operation.DeploymentConfig.Builder.mode(DeploymentConfigMode mode) Specifies the deployment mode for the stack operation.DeploymentConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DeploymentConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeploymentConfig.Builder>DeploymentConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type DeploymentConfig.BuilderModifier and TypeMethodDescriptiondefault CreateChangeSetRequest.BuilderCreateChangeSetRequest.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) The deployment configuration for this stack operation, including the deployment mode.default CreateStackRequest.BuilderCreateStackRequest.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) The deployment configuration for this stack operation, including the deployment mode.default DeleteStackRequest.BuilderDeleteStackRequest.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) The deployment configuration for this stack operation, including the deployment mode.DescribeChangeSetResponse.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) The deployment configuration specified when the change set was created.default RollbackStackRequest.BuilderRollbackStackRequest.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) The deployment configuration for this stack operation, including the deployment mode.default Stack.BuilderStack.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) The deployment configuration for the stack, including the deployment mode used for stack operations.default UpdateStackRequest.BuilderUpdateStackRequest.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) The deployment configuration for this stack operation, including the deployment mode.