Interface ListStackSetOperationResultsResponse.Builder

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

  • Method Details

    • summaries

      A list of StackSetOperationResultSummary structures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.

      Parameters:
      summaries - A list of StackSetOperationResultSummary structures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • summaries

      A list of StackSetOperationResultSummary structures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.

      Parameters:
      summaries - A list of StackSetOperationResultSummary structures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • summaries

      A list of StackSetOperationResultSummary structures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.

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

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

      Parameters:
      summaries - a consumer that will call methods on StackSetOperationResultSummary.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 results, NextToken is set to a token. To retrieve the next set of results, call ListOperationResults again and assign that token to the request object's NextToken parameter. If there are no remaining results, NextToken is set to null.

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