Interface AnalyticsIntentResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsIntentResult.Builder,AnalyticsIntentResult>,SdkBuilder<AnalyticsIntentResult.Builder,AnalyticsIntentResult>,SdkPojo
- Enclosing class:
- AnalyticsIntentResult
public static interface AnalyticsIntentResult.Builder extends SdkPojo, CopyableBuilder<AnalyticsIntentResult.Builder,AnalyticsIntentResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsIntentResult.BuilderbinKeys(Collection<AnalyticsBinKey> binKeys)A list of objects containing the criteria you requested for binning results and the values of the bins.AnalyticsIntentResult.BuilderbinKeys(Consumer<AnalyticsBinKey.Builder>... binKeys)A list of objects containing the criteria you requested for binning results and the values of the bins.AnalyticsIntentResult.BuilderbinKeys(AnalyticsBinKey... binKeys)A list of objects containing the criteria you requested for binning results and the values of the bins.AnalyticsIntentResult.BuildergroupByKeys(Collection<AnalyticsIntentGroupByKey> groupByKeys)A list of objects containing the criteria you requested for grouping results and the values of the groups.AnalyticsIntentResult.BuildergroupByKeys(Consumer<AnalyticsIntentGroupByKey.Builder>... groupByKeys)A list of objects containing the criteria you requested for grouping results and the values of the groups.AnalyticsIntentResult.BuildergroupByKeys(AnalyticsIntentGroupByKey... groupByKeys)A list of objects containing the criteria you requested for grouping results and the values of the groups.AnalyticsIntentResult.BuildermetricsResults(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.AnalyticsIntentResult.BuildermetricsResults(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.AnalyticsIntentResult.BuildermetricsResults(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, sdkFields
-
-
-
-
Method Detail
-
binKeys
AnalyticsIntentResult.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
AnalyticsIntentResult.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
AnalyticsIntentResult.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
AnalyticsIntentResult.Builder groupByKeys(Collection<AnalyticsIntentGroupByKey> 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(AnalyticsIntentGroupByKey... 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.Builderavoiding the need to create one manually viaAnalyticsIntentGroupByKey.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 onAnalyticsIntentGroupByKey.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#groupByKeys(java.util.Collection)
-
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
AnalyticsIntentResult.Builder 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.
- 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.Builderavoiding the need to create one manually viaAnalyticsIntentMetricResult.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 onAnalyticsIntentMetricResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#metricsResults(java.util.Collection)
-
-