Interface DescribeStacksResponse.Builder

    • Method Detail

      • stacks

        DescribeStacksResponse.Builder stacks​(Collection<Stack> stacks)

        Information about the stacks.

        Parameters:
        stacks - Information about the stacks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stacks

        DescribeStacksResponse.Builder stacks​(Stack... stacks)

        Information about the stacks.

        Parameters:
        stacks - Information about the stacks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeStacksResponse.Builder nextToken​(String nextToken)

        The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        Parameters:
        nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.