Interface ListStackSetOperationsResponse.Builder

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

  • Method Details

    • summaries

      A list of StackSetOperationSummary structures that contain summary information about operations for the specified stack set.

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

      A list of StackSetOperationSummary structures that contain summary information about operations for the specified stack set.

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

      A list of StackSetOperationSummary structures that contain summary information about operations for the specified stack set.

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

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

      Parameters:
      summaries - a consumer that will call methods on StackSetOperationSummary.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.