Interface ListChangeSetsResponse.Builder

    • Method Detail

      • summaries

        ListChangeSetsResponse.Builder summaries​(Collection<ChangeSetSummary> summaries)

        A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

        Parameters:
        summaries - A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summaries

        ListChangeSetsResponse.Builder summaries​(ChangeSetSummary... summaries)

        A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

        Parameters:
        summaries - A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChangeSetsResponse.Builder nextToken​(String nextToken)

        If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

        Parameters:
        nextToken - If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.