Interface DescribeChangeSetResponse.Builder

    • Method Detail

      • changeSetId

        DescribeChangeSetResponse.Builder changeSetId​(String changeSetId)

        Required. The unique identifier for the change set referenced in this request.

        Parameters:
        changeSetId - Required. The unique identifier for the change set referenced in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeSetArn

        DescribeChangeSetResponse.Builder changeSetArn​(String changeSetArn)

        The ARN associated with the unique identifier for the change set referenced in this request.

        Parameters:
        changeSetArn - The ARN associated with the unique identifier for the change set referenced in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeSetName

        DescribeChangeSetResponse.Builder changeSetName​(String changeSetName)

        The optional name provided in the StartChangeSet request. If you do not provide a name, one is set by default.

        Parameters:
        changeSetName - The optional name provided in the StartChangeSet request. If you do not provide a name, one is set by default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        DescribeChangeSetResponse.Builder startTime​(String startTime)

        The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.

        Parameters:
        startTime - The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        DescribeChangeSetResponse.Builder endTime​(String endTime)

        The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.

        Parameters:
        endTime - The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureCode

        DescribeChangeSetResponse.Builder failureCode​(String failureCode)

        Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.

        Parameters:
        failureCode - Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailureCode, FailureCode
      • failureCode

        DescribeChangeSetResponse.Builder failureCode​(FailureCode failureCode)

        Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.

        Parameters:
        failureCode - Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailureCode, FailureCode
      • failureDescription

        DescribeChangeSetResponse.Builder failureDescription​(String failureDescription)

        Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.

        Parameters:
        failureDescription - Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeSet

        DescribeChangeSetResponse.Builder changeSet​(Collection<ChangeSummary> changeSet)

        An array of ChangeSummary objects.

        Parameters:
        changeSet - An array of ChangeSummary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeSet

        DescribeChangeSetResponse.Builder changeSet​(ChangeSummary... changeSet)

        An array of ChangeSummary objects.

        Parameters:
        changeSet - An array of ChangeSummary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.