Interface DescribeStacksResponse.Builder

All Superinterfaces:
AppStreamResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<DescribeStacksResponse.Builder,DescribeStacksResponse>, SdkBuilder<DescribeStacksResponse.Builder,DescribeStacksResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeStacksResponse

public static interface DescribeStacksResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<DescribeStacksResponse.Builder,DescribeStacksResponse>
  • Method Details

    • 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

      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

      Information about the stacks.

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

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

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