Interface ListStackInstancesResponse.Builder

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

  • Method Details

    • summaries

      A list of StackInstanceSummary structures that contain information about the specified stack instances.

      Parameters:
      summaries - A list of StackInstanceSummary structures that contain information about the specified stack instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • summaries

      A list of StackInstanceSummary structures that contain information about the specified stack instances.

      Parameters:
      summaries - A list of StackInstanceSummary structures that contain information about the specified stack instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • summaries

      A list of StackInstanceSummary structures that contain information about the specified stack instances.

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

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

      Parameters:
      summaries - a consumer that will call methods on StackInstanceSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListStackInstances again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.

      Parameters:
      nextToken - If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListStackInstances again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.