public static interface ListOperationsResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOperationsResponse.Builder |
nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
ListOperationsResponse.Builder |
operationSummaryList(Collection<OperationSummary> operationSummaryList)
A list of operation summary information records.
|
ListOperationsResponse.Builder |
operationSummaryList(Consumer<OperationSummary.Builder>... operationSummaryList)
A list of operation summary information records.
|
ListOperationsResponse.Builder |
operationSummaryList(OperationSummary... operationSummaryList)
A list of operation summary information records.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOperationsResponse.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.
operationSummaryList - A list of operation summary information records. In a paginated request, the request returns up to
MaxResults records for each call.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.
operationSummaryList - A list of operation summary information records. In a paginated request, the request returns up to
MaxResults records for each call.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.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #operationSummaryList(List) .operationSummaryList - a consumer that will call methods on List.Builder #operationSummaryList(List) 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.
nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.Copyright © 2021. All rights reserved.