public static interface GetStatisticsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<GetStatisticsRequest.Builder,GetStatisticsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetStatisticsRequest.Builder |
aggregationField(String aggregationField)
The aggregation field name.
|
GetStatisticsRequest.Builder |
indexName(String indexName)
The name of the index to search.
|
GetStatisticsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetStatisticsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetStatisticsRequest.Builder |
queryString(String queryString)
The query used to search.
|
GetStatisticsRequest.Builder |
queryVersion(String queryVersion)
The version of the query used to search.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetStatisticsRequest.Builder indexName(String indexName)
The name of the index to search. The default value is AWS_Things.
indexName - The name of the index to search. The default value is AWS_Things.GetStatisticsRequest.Builder queryString(String queryString)
The query used to search. You can specify "*" for the query string to get the count of all indexed things in your AWS account.
queryString - The query used to search. You can specify "*" for the query string to get the count of all indexed
things in your AWS account.GetStatisticsRequest.Builder aggregationField(String aggregationField)
The aggregation field name.
aggregationField - The aggregation field name.GetStatisticsRequest.Builder queryVersion(String queryVersion)
The version of the query used to search.
queryVersion - The version of the query used to search.GetStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.