Interface AnalyticsUtteranceResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsUtteranceResult.Builder,AnalyticsUtteranceResult>,SdkBuilder<AnalyticsUtteranceResult.Builder,AnalyticsUtteranceResult>,SdkPojo
- Enclosing class:
- AnalyticsUtteranceResult
public static interface AnalyticsUtteranceResult.Builder extends SdkPojo, CopyableBuilder<AnalyticsUtteranceResult.Builder,AnalyticsUtteranceResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsUtteranceResult.BuilderattributeResults(Collection<AnalyticsUtteranceAttributeResult> attributeResults)A list of objects containing information about the last used intent at the time of an utterance.AnalyticsUtteranceResult.BuilderattributeResults(Consumer<AnalyticsUtteranceAttributeResult.Builder>... attributeResults)A list of objects containing information about the last used intent at the time of an utterance.AnalyticsUtteranceResult.BuilderattributeResults(AnalyticsUtteranceAttributeResult... attributeResults)A list of objects containing information about the last used intent at the time of an utterance.AnalyticsUtteranceResult.BuilderbinKeys(Collection<AnalyticsBinKey> binKeys)A list of objects containing the criteria you requested for binning results and the values of the bins.AnalyticsUtteranceResult.BuilderbinKeys(Consumer<AnalyticsBinKey.Builder>... binKeys)A list of objects containing the criteria you requested for binning results and the values of the bins.AnalyticsUtteranceResult.BuilderbinKeys(AnalyticsBinKey... binKeys)A list of objects containing the criteria you requested for binning results and the values of the bins.AnalyticsUtteranceResult.BuildergroupByKeys(Collection<AnalyticsUtteranceGroupByKey> groupByKeys)A list of objects containing the criteria you requested for grouping results and the values of the bins.AnalyticsUtteranceResult.BuildergroupByKeys(Consumer<AnalyticsUtteranceGroupByKey.Builder>... groupByKeys)A list of objects containing the criteria you requested for grouping results and the values of the bins.AnalyticsUtteranceResult.BuildergroupByKeys(AnalyticsUtteranceGroupByKey... groupByKeys)A list of objects containing the criteria you requested for grouping results and the values of the bins.AnalyticsUtteranceResult.BuildermetricsResults(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.AnalyticsUtteranceResult.BuildermetricsResults(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.AnalyticsUtteranceResult.BuildermetricsResults(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
copy
-
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
-
binKeys
AnalyticsUtteranceResult.Builder binKeys(Collection<AnalyticsBinKey> 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
AnalyticsUtteranceResult.Builder binKeys(AnalyticsBinKey... 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
AnalyticsUtteranceResult.Builder binKeys(Consumer<AnalyticsBinKey.Builder>... 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 to#binKeys(List.) - 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:
#binKeys(java.util.Collection)
-
groupByKeys
AnalyticsUtteranceResult.Builder groupByKeys(Collection<AnalyticsUtteranceGroupByKey> 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(AnalyticsUtteranceGroupByKey... 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 to#groupByKeys(List.) - 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:
#groupByKeys(java.util.Collection)
-
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
AnalyticsUtteranceResult.Builder 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.
- 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 to#metricsResults(List.) - 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:
#metricsResults(java.util.Collection)
-
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 to#attributeResults(List.) - 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:
#attributeResults(java.util.Collection)
-
-