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.
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.
operationSummaryList - a consumer that will call methods on
OperationSummary.Builder#operationSummaryList(java.util.Collection) 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 © 2023. All rights reserved.