Interface GetStatisticsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetStatisticsRequest.Builder,
,GetStatisticsRequest> IotRequest.Builder
,SdkBuilder<GetStatisticsRequest.Builder,
,GetStatisticsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetStatisticsRequest
public static interface GetStatisticsRequest.Builder
extends IotRequest.Builder, SdkPojo, CopyableBuilder<GetStatisticsRequest.Builder,GetStatisticsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaggregationField
(String aggregationField) The aggregation field name.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.queryString
(String queryString) The query used to search.queryVersion
(String queryVersion) The version of the query used to search.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 Details
-
indexName
The name of the index to search. The default value is
AWS_Things
.- Parameters:
indexName
- The name of the index to search. The default value isAWS_Things
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryString
The query used to search. You can specify "*" for the query string to get the count of all indexed things in your Amazon Web Services account.
- Parameters:
queryString
- The query used to search. You can specify "*" for the query string to get the count of all indexed things in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregationField
The aggregation field name.
- Parameters:
aggregationField
- The aggregation field name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryVersion
The version of the query used to search.
- Parameters:
queryVersion
- The version of the query used to search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-