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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPercentilesRequest.BuilderaggregationField(String aggregationField)The field to aggregate.GetPercentilesRequest.BuilderindexName(String indexName)The name of the index to search.GetPercentilesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPercentilesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPercentilesRequest.Builderpercents(Double... percents)The percentile groups returned.GetPercentilesRequest.Builderpercents(Collection<Double> percents)The percentile groups returned.GetPercentilesRequest.BuilderqueryString(String queryString)The search query string.GetPercentilesRequest.BuilderqueryVersion(String queryVersion)The query version.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
indexName
GetPercentilesRequest.Builder indexName(String 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
GetPercentilesRequest.Builder queryString(String 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
GetPercentilesRequest.Builder aggregationField(String 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
GetPercentilesRequest.Builder queryVersion(String 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
GetPercentilesRequest.Builder percents(Collection<Double> 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
GetPercentilesRequest.Builder percents(Double... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPercentilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-