Interface DeploymentConfig.Builder

  • 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

      DeploymentConfig.Builder disableRollback(Boolean 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.