Interface GetPercentilesRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<GetPercentilesRequest.Builder,,GetPercentilesRequest> IotRequest.Builder,SdkBuilder<GetPercentilesRequest.Builder,,GetPercentilesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 GetPercentilesRequest
public static interface GetPercentilesRequest.Builder
extends IotRequest.Builder, SdkPojo, CopyableBuilder<GetPercentilesRequest.Builder,GetPercentilesRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionaggregationField(String aggregationField) The field to aggregate.The name of the index to search.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The percentile groups returned.percents(Collection<Double> percents) The percentile groups returned.queryString(String queryString) The search query string.queryVersion(String queryVersion) The query version.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
indexName
The name of the index to search.
- Parameters:
 indexName- The name of the index to search.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
queryString
The search query string.
- Parameters:
 queryString- The search query string.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
aggregationField
The field to aggregate.
- Parameters:
 aggregationField- The field to aggregate.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
queryVersion
The query version.
- Parameters:
 queryVersion- The query version.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
percents
The percentile groups returned.
- Parameters:
 percents- The percentile groups returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
percents
The percentile groups returned.
- Parameters:
 percents- The percentile groups returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
GetPercentilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
GetPercentilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -