Interface DescribeStacksResponse.Builder

    • Method Detail

      • stacks

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

        A list of stack structures.

        Parameters:
        stacks - A list of stack structures.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stacks

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

        A list of stack structures.

        Parameters:
        stacks - A list of stack structures.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeStacksResponse.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.