Interface AnalyticsIntentResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnalyticsIntentResult.Builder,
,AnalyticsIntentResult> SdkBuilder<AnalyticsIntentResult.Builder,
,AnalyticsIntentResult> SdkPojo
- Enclosing class:
AnalyticsIntentResult
-
Method Summary
Modifier and TypeMethodDescriptionbinKeys
(Collection<AnalyticsBinKey> binKeys) A list of objects containing the criteria you requested for binning results and the values of the bins.binKeys
(Consumer<AnalyticsBinKey.Builder>... binKeys) A list of objects containing the criteria you requested for binning results and the values of the bins.binKeys
(AnalyticsBinKey... binKeys) A list of objects containing the criteria you requested for binning results and the values of the bins.groupByKeys
(Collection<AnalyticsIntentGroupByKey> groupByKeys) A list of objects containing the criteria you requested for grouping results and the values of the groups.groupByKeys
(Consumer<AnalyticsIntentGroupByKey.Builder>... groupByKeys) A list of objects containing the criteria you requested for grouping results and the values of the groups.groupByKeys
(AnalyticsIntentGroupByKey... groupByKeys) A list of objects containing the criteria you requested for grouping results and the values of the groups.metricsResults
(Collection<AnalyticsIntentMetricResult> metricsResults) A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.metricsResults
(Consumer<AnalyticsIntentMetricResult.Builder>... metricsResults) A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.metricsResults
(AnalyticsIntentMetricResult... metricsResults) A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
binKeys
A list of objects containing the criteria you requested for binning results and the values of the bins.
- Parameters:
binKeys
- A list of objects containing the criteria you requested for binning results and the values of the bins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
binKeys
A list of objects containing the criteria you requested for binning results and the values of the bins.
- Parameters:
binKeys
- A list of objects containing the criteria you requested for binning results and the values of the bins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
binKeys
A list of objects containing the criteria you requested for binning results and the values of the bins.
This is a convenience method that creates an instance of theAnalyticsBinKey.Builder
avoiding the need to create one manually viaAnalyticsBinKey.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobinKeys(List<AnalyticsBinKey>)
.- Parameters:
binKeys
- a consumer that will call methods onAnalyticsBinKey.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groupByKeys
A list of objects containing the criteria you requested for grouping results and the values of the groups.
- Parameters:
groupByKeys
- A list of objects containing the criteria you requested for grouping results and the values of the groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupByKeys
A list of objects containing the criteria you requested for grouping results and the values of the groups.
- Parameters:
groupByKeys
- A list of objects containing the criteria you requested for grouping results and the values of the groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupByKeys
AnalyticsIntentResult.Builder groupByKeys(Consumer<AnalyticsIntentGroupByKey.Builder>... groupByKeys) A list of objects containing the criteria you requested for grouping results and the values of the groups.
This is a convenience method that creates an instance of theAnalyticsIntentGroupByKey.Builder
avoiding the need to create one manually viaAnalyticsIntentGroupByKey.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togroupByKeys(List<AnalyticsIntentGroupByKey>)
.- Parameters:
groupByKeys
- a consumer that will call methods onAnalyticsIntentGroupByKey.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metricsResults
AnalyticsIntentResult.Builder metricsResults(Collection<AnalyticsIntentMetricResult> metricsResults) A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
- Parameters:
metricsResults
- A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricsResults
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
- Parameters:
metricsResults
- A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricsResults
AnalyticsIntentResult.Builder metricsResults(Consumer<AnalyticsIntentMetricResult.Builder>... metricsResults) A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
This is a convenience method that creates an instance of theAnalyticsIntentMetricResult.Builder
avoiding the need to create one manually viaAnalyticsIntentMetricResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tometricsResults(List<AnalyticsIntentMetricResult>)
.- Parameters:
metricsResults
- a consumer that will call methods onAnalyticsIntentMetricResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-