Uses of Interface
software.amazon.awssdk.services.quicksight.model.NamedEntityDefinitionMetric.Builder
-
Packages that use NamedEntityDefinitionMetric.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of NamedEntityDefinitionMetric.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return NamedEntityDefinitionMetric.Builder Modifier and Type Method Description NamedEntityDefinitionMetric.BuilderNamedEntityDefinitionMetric.Builder. aggregation(String aggregation)The aggregation of a named entity.NamedEntityDefinitionMetric.BuilderNamedEntityDefinitionMetric.Builder. aggregation(NamedEntityAggType aggregation)The aggregation of a named entity.NamedEntityDefinitionMetric.BuilderNamedEntityDefinitionMetric.Builder. aggregationFunctionParameters(Map<String,String> aggregationFunctionParameters)The additional parameters for an aggregation function.static NamedEntityDefinitionMetric.BuilderNamedEntityDefinitionMetric. builder()NamedEntityDefinitionMetric.BuilderNamedEntityDefinitionMetric. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type NamedEntityDefinitionMetric.Builder Modifier and Type Method Description static Class<? extends NamedEntityDefinitionMetric.Builder>NamedEntityDefinitionMetric. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type NamedEntityDefinitionMetric.Builder Modifier and Type Method Description default NamedEntityDefinition.BuilderNamedEntityDefinition.Builder. metric(Consumer<NamedEntityDefinitionMetric.Builder> metric)The definition of a metric.
-