Interface ListOperationsResponse.Builder

  • Method Details

    • operationSummaryList

      ListOperationsResponse.Builder operationSummaryList(Collection<OperationSummary> operationSummaryList)

      A list of operation summary information records. In a paginated request, the request returns up to MaxResults records for each call.

      Parameters:
      operationSummaryList - A list of operation summary information records. In a paginated request, the request returns up to MaxResults records for each call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operationSummaryList

      ListOperationsResponse.Builder operationSummaryList(OperationSummary... operationSummaryList)

      A list of operation summary information records. In a paginated request, the request returns up to MaxResults records for each call.

      Parameters:
      operationSummaryList - A list of operation summary information records. In a paginated request, the request returns up to MaxResults records for each call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operationSummaryList

      ListOperationsResponse.Builder operationSummaryList(Consumer<OperationSummary.Builder>... operationSummaryList)

      A list of operation summary information records. In a paginated request, the request returns up to MaxResults records for each call.

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

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

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

      ListOperationsResponse.Builder nextToken(String nextToken)

      The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

      Parameters:
      nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.