public static interface DescribePendingAggregationRequestsResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribePendingAggregationRequestsResponse.Builder,DescribePendingAggregationRequestsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePendingAggregationRequestsResponse.Builder |
nextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in
a paginated response. |
DescribePendingAggregationRequestsResponse.Builder |
pendingAggregationRequests(Collection<PendingAggregationRequest> pendingAggregationRequests)
Returns a PendingAggregationRequests object.
|
DescribePendingAggregationRequestsResponse.Builder |
pendingAggregationRequests(Consumer<PendingAggregationRequest.Builder>... pendingAggregationRequests)
Returns a PendingAggregationRequests object.
|
DescribePendingAggregationRequestsResponse.Builder |
pendingAggregationRequests(PendingAggregationRequest... pendingAggregationRequests)
Returns a PendingAggregationRequests object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePendingAggregationRequestsResponse.Builder pendingAggregationRequests(Collection<PendingAggregationRequest> pendingAggregationRequests)
Returns a PendingAggregationRequests object.
pendingAggregationRequests - Returns a PendingAggregationRequests object.DescribePendingAggregationRequestsResponse.Builder pendingAggregationRequests(PendingAggregationRequest... pendingAggregationRequests)
Returns a PendingAggregationRequests object.
pendingAggregationRequests - Returns a PendingAggregationRequests object.DescribePendingAggregationRequestsResponse.Builder pendingAggregationRequests(Consumer<PendingAggregationRequest.Builder>... pendingAggregationRequests)
Returns a PendingAggregationRequests object.
This is a convenience that creates an instance of theList.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 #pendingAggregationRequests(List) .pendingAggregationRequests - a consumer that will call methods on List.Builder #pendingAggregationRequests(List) DescribePendingAggregationRequestsResponse.Builder nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in
a paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of
results in a paginated response.Copyright © 2021. All rights reserved.