Interface ListChangeSetsResponse.Builder

  • Method Details

    • 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

      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

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

      This is a convenience method that creates an instance of the ChangeSetSummary.Builder avoiding the need to create one manually via ChangeSetSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to summaries(List<ChangeSetSummary>).

      Parameters:
      summaries - a consumer that will call methods on ChangeSetSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.