Interface CloudFormationStackUpdate.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CloudFormationStackUpdate.Builder,CloudFormationStackUpdate>, SdkBuilder<CloudFormationStackUpdate.Builder,CloudFormationStackUpdate>, SdkPojo
Enclosing class:
CloudFormationStackUpdate

public static interface CloudFormationStackUpdate.Builder extends SdkPojo, CopyableBuilder<CloudFormationStackUpdate.Builder,CloudFormationStackUpdate>
  • Method Details

    • endTime

      The timestamp for when the CloudFormation stack creation or update ended. Not reported for deployments that are still in progress.

      Parameters:
      endTime - The timestamp for when the CloudFormation stack creation or update ended. Not reported for deployments that are still in progress.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackArn

      The Amazon Resource Name (ARN) of the CloudFormation stack involved in the update.

      Parameters:
      stackArn - The Amazon Resource Name (ARN) of the CloudFormation stack involved in the update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      The timestamp for when the CloudFormation stack creation or update began.

      Parameters:
      startTime - The timestamp for when the CloudFormation stack creation or update began.
      Returns:
      Returns a reference to this object so that method calls can be chained together.