Interface ListStacksResponse.Builder

    • Method Detail

      • stackSummaries

        ListStacksResponse.Builder stackSummaries​(Collection<StackSummary> stackSummaries)

        A list of StackSummary structures that contains information about the specified stacks.

        Parameters:
        stackSummaries - A list of StackSummary structures that contains information about the specified stacks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackSummaries

        ListStacksResponse.Builder stackSummaries​(StackSummary... stackSummaries)

        A list of StackSummary structures that contains information about the specified stacks.

        Parameters:
        stackSummaries - A list of StackSummary structures that contains information about the specified stacks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListStacksResponse.Builder nextToken​(String nextToken)

        If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

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