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 method that creates an instance of thePendingAggregationRequest.Builder avoiding the need to
create one manually via
PendingAggregationRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #pendingAggregationRequests(List.
pendingAggregationRequests - a consumer that will call methods on
PendingAggregationRequest.Builder#pendingAggregationRequests(java.util.Collection) 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 © 2023. All rights reserved.