Interface ChangeSetSummary.Builder

    • Method Detail

      • stackId

        ChangeSetSummary.Builder stackId​(String stackId)

        The ID of the stack with which the change set is associated.

        Parameters:
        stackId - The ID of the stack with which the change set is associated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackName

        ChangeSetSummary.Builder stackName​(String stackName)

        The name of the stack with which the change set is associated.

        Parameters:
        stackName - The name of the stack with which the change set is associated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeSetId

        ChangeSetSummary.Builder changeSetId​(String changeSetId)

        The ID of the change set.

        Parameters:
        changeSetId - The ID of the change set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeSetName

        ChangeSetSummary.Builder changeSetName​(String changeSetName)

        The name of the change set.

        Parameters:
        changeSetName - The name of the change set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionStatus

        ChangeSetSummary.Builder executionStatus​(String executionStatus)

        If the change set execution status is AVAILABLE, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

        Parameters:
        executionStatus - If the change set execution status is AVAILABLE, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionStatus, ExecutionStatus
      • executionStatus

        ChangeSetSummary.Builder executionStatus​(ExecutionStatus executionStatus)

        If the change set execution status is AVAILABLE, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

        Parameters:
        executionStatus - If the change set execution status is AVAILABLE, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionStatus, ExecutionStatus
      • status

        ChangeSetSummary.Builder status​(String status)

        The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

        Parameters:
        status - The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeSetStatus, ChangeSetStatus
      • status

        ChangeSetSummary.Builder status​(ChangeSetStatus status)

        The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

        Parameters:
        status - The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeSetStatus, ChangeSetStatus
      • statusReason

        ChangeSetSummary.Builder statusReason​(String statusReason)

        A description of the change set's status. For example, if your change set is in the FAILED state, CloudFormation shows the error message.

        Parameters:
        statusReason - A description of the change set's status. For example, if your change set is in the FAILED state, CloudFormation shows the error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        ChangeSetSummary.Builder creationTime​(Instant creationTime)

        The start time when the change set was created, in UTC.

        Parameters:
        creationTime - The start time when the change set was created, in UTC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ChangeSetSummary.Builder description​(String description)

        Descriptive information about the change set.

        Parameters:
        description - Descriptive information about the change set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includeNestedStacks

        ChangeSetSummary.Builder includeNestedStacks​(Boolean includeNestedStacks)

        Specifies the current setting of IncludeNestedStacks for the change set.

        Parameters:
        includeNestedStacks - Specifies the current setting of IncludeNestedStacks for the change set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parentChangeSetId

        ChangeSetSummary.Builder parentChangeSetId​(String parentChangeSetId)

        The parent change set ID.

        Parameters:
        parentChangeSetId - The parent change set ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rootChangeSetId

        ChangeSetSummary.Builder rootChangeSetId​(String rootChangeSetId)

        The root change set ID.

        Parameters:
        rootChangeSetId - The root change set ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importExistingResources

        ChangeSetSummary.Builder importExistingResources​(Boolean importExistingResources)

        Indicates if the change set imports resources that already exist.

        Parameters:
        importExistingResources - Indicates if the change set imports resources that already exist.
        Returns:
        Returns a reference to this object so that method calls can be chained together.