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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetStatisticsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetStatisticsRequest.Builder
queryString(String queryString)
The query used to search.GetStatisticsRequest.Builder
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 Detail
-
indexName
GetStatisticsRequest.Builder indexName(String 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
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 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
GetStatisticsRequest.Builder aggregationField(String 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
GetStatisticsRequest.Builder queryVersion(String 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-