Interface DeploymentConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentConfig.Builder,,DeploymentConfig> SdkBuilder<DeploymentConfig.Builder,,DeploymentConfig> SdkPojo
- Enclosing class:
DeploymentConfig
-
Method Summary
Modifier and TypeMethodDescriptiondisableRollback(Boolean disableRollback) Specifies whether to disable rollback of the stack if the stack operation fails.Specifies the deployment mode for the stack operation.mode(DeploymentConfigMode mode) Specifies the deployment mode for the stack operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mode
Specifies the deployment mode for the stack operation. Possible values are:
-
STANDARD- Use the standard deployment behavior, ensuring resources are ready to serve traffic before completing the operation. This is the default. You do not need to specify this value explicitly. -
EXPRESS- Complete the stack operation when resource configuration is applied, without waiting for resources to become ready to serve traffic. Resources continue becoming ready in the background.
- Parameters:
mode- Specifies the deployment mode for the stack operation. Possible values are:-
STANDARD- Use the standard deployment behavior, ensuring resources are ready to serve traffic before completing the operation. This is the default. You do not need to specify this value explicitly. -
EXPRESS- Complete the stack operation when resource configuration is applied, without waiting for resources to become ready to serve traffic. Resources continue becoming ready in the background.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
mode
Specifies the deployment mode for the stack operation. Possible values are:
-
STANDARD- Use the standard deployment behavior, ensuring resources are ready to serve traffic before completing the operation. This is the default. You do not need to specify this value explicitly. -
EXPRESS- Complete the stack operation when resource configuration is applied, without waiting for resources to become ready to serve traffic. Resources continue becoming ready in the background.
- Parameters:
mode- Specifies the deployment mode for the stack operation. Possible values are:-
STANDARD- Use the standard deployment behavior, ensuring resources are ready to serve traffic before completing the operation. This is the default. You do not need to specify this value explicitly. -
EXPRESS- Complete the stack operation when resource configuration is applied, without waiting for resources to become ready to serve traffic. Resources continue becoming ready in the background.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
disableRollback
Specifies whether to disable rollback of the stack if the stack operation fails.
Default:
false- Parameters:
disableRollback- Specifies whether to disable rollback of the stack if the stack operation fails.Default:
false- Returns:
- Returns a reference to this object so that method calls can be chained together.
-