Interface DescribePendingAggregationRequestsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<DescribePendingAggregationRequestsResponse.Builder,DescribePendingAggregationRequestsResponse>,SdkBuilder<DescribePendingAggregationRequestsResponse.Builder,DescribePendingAggregationRequestsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribePendingAggregationRequestsResponse
public static interface DescribePendingAggregationRequestsResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribePendingAggregationRequestsResponse.Builder,DescribePendingAggregationRequestsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribePendingAggregationRequestsResponse.BuildernextToken(String nextToken)ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.DescribePendingAggregationRequestsResponse.BuilderpendingAggregationRequests(Collection<PendingAggregationRequest> pendingAggregationRequests)Returns a PendingAggregationRequests object.DescribePendingAggregationRequestsResponse.BuilderpendingAggregationRequests(Consumer<PendingAggregationRequest.Builder>... pendingAggregationRequests)Returns a PendingAggregationRequests object.DescribePendingAggregationRequestsResponse.BuilderpendingAggregationRequests(PendingAggregationRequest... pendingAggregationRequests)Returns a PendingAggregationRequests object.-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
pendingAggregationRequests
DescribePendingAggregationRequestsResponse.Builder pendingAggregationRequests(Collection<PendingAggregationRequest> pendingAggregationRequests)
Returns a PendingAggregationRequests object.
- Parameters:
pendingAggregationRequests- Returns a PendingAggregationRequests object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingAggregationRequests
DescribePendingAggregationRequestsResponse.Builder pendingAggregationRequests(PendingAggregationRequest... pendingAggregationRequests)
Returns a PendingAggregationRequests object.
- Parameters:
pendingAggregationRequests- Returns a PendingAggregationRequests object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingAggregationRequests
DescribePendingAggregationRequestsResponse.Builder pendingAggregationRequests(Consumer<PendingAggregationRequest.Builder>... pendingAggregationRequests)
Returns a PendingAggregationRequests object.
This is a convenience method that creates an instance of thePendingAggregationRequest.Builderavoiding the need to create one manually viaPendingAggregationRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#pendingAggregationRequests(List.) - Parameters:
pendingAggregationRequests- a consumer that will call methods onPendingAggregationRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#pendingAggregationRequests(java.util.Collection)
-
nextToken
DescribePendingAggregationRequestsResponse.Builder nextToken(String nextToken)
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken- ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-