Interface DescribeStacksResponse.Builder

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

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

    • 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

      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

      A list of stack structures.

      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)

      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.