Interface AnalyticsUtteranceResult.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AnalyticsUtteranceResult.Builder,,AnalyticsUtteranceResult> SdkBuilder<AnalyticsUtteranceResult.Builder,,AnalyticsUtteranceResult> SdkPojo
- Enclosing class:
 AnalyticsUtteranceResult
- 
Method Summary
Modifier and TypeMethodDescriptionattributeResults(Collection<AnalyticsUtteranceAttributeResult> attributeResults) A list of objects containing information about the last used intent at the time of an utterance.attributeResults(Consumer<AnalyticsUtteranceAttributeResult.Builder>... attributeResults) A list of objects containing information about the last used intent at the time of an utterance.attributeResults(AnalyticsUtteranceAttributeResult... attributeResults) A list of objects containing information about the last used intent at the time of an utterance.binKeys(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<AnalyticsUtteranceGroupByKey> groupByKeys) A list of objects containing the criteria you requested for grouping results and the values of the bins.groupByKeys(Consumer<AnalyticsUtteranceGroupByKey.Builder>... groupByKeys) A list of objects containing the criteria you requested for grouping results and the values of the bins.groupByKeys(AnalyticsUtteranceGroupByKey... groupByKeys) A list of objects containing the criteria you requested for grouping results and the values of the bins.metricsResults(Collection<AnalyticsUtteranceMetricResult> 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<AnalyticsUtteranceMetricResult.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(AnalyticsUtteranceMetricResult... 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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.Builderavoiding the need to create one manually viaAnalyticsBinKey.builder().When the
Consumercompletes,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 bins.
- Parameters:
 groupByKeys- A list of objects containing the criteria you requested for grouping results and the values of the bins.- 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 bins.
- Parameters:
 groupByKeys- A list of objects containing the criteria you requested for grouping results and the values of the bins.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
groupByKeys
AnalyticsUtteranceResult.Builder groupByKeys(Consumer<AnalyticsUtteranceGroupByKey.Builder>... groupByKeys) A list of objects containing the criteria you requested for grouping results and the values of the bins.
This is a convenience method that creates an instance of theAnalyticsUtteranceGroupByKey.Builderavoiding the need to create one manually viaAnalyticsUtteranceGroupByKey.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togroupByKeys(List<AnalyticsUtteranceGroupByKey>).- Parameters:
 groupByKeys- a consumer that will call methods onAnalyticsUtteranceGroupByKey.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
metricsResults
AnalyticsUtteranceResult.Builder metricsResults(Collection<AnalyticsUtteranceMetricResult> 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
AnalyticsUtteranceResult.Builder metricsResults(Consumer<AnalyticsUtteranceMetricResult.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 theAnalyticsUtteranceMetricResult.Builderavoiding the need to create one manually viaAnalyticsUtteranceMetricResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometricsResults(List<AnalyticsUtteranceMetricResult>).- Parameters:
 metricsResults- a consumer that will call methods onAnalyticsUtteranceMetricResult.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
attributeResults
AnalyticsUtteranceResult.Builder attributeResults(Collection<AnalyticsUtteranceAttributeResult> attributeResults) A list of objects containing information about the last used intent at the time of an utterance.
- Parameters:
 attributeResults- A list of objects containing information about the last used intent at the time of an utterance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
attributeResults
AnalyticsUtteranceResult.Builder attributeResults(AnalyticsUtteranceAttributeResult... attributeResults) A list of objects containing information about the last used intent at the time of an utterance.
- Parameters:
 attributeResults- A list of objects containing information about the last used intent at the time of an utterance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
attributeResults
AnalyticsUtteranceResult.Builder attributeResults(Consumer<AnalyticsUtteranceAttributeResult.Builder>... attributeResults) A list of objects containing information about the last used intent at the time of an utterance.
This is a convenience method that creates an instance of theAnalyticsUtteranceAttributeResult.Builderavoiding the need to create one manually viaAnalyticsUtteranceAttributeResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributeResults(List<AnalyticsUtteranceAttributeResult>).- Parameters:
 attributeResults- a consumer that will call methods onAnalyticsUtteranceAttributeResult.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -