Interface NamedEntityDefinitionMetric.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NamedEntityDefinitionMetric.Builder,NamedEntityDefinitionMetric>,SdkBuilder<NamedEntityDefinitionMetric.Builder,NamedEntityDefinitionMetric>,SdkPojo
- Enclosing class:
- NamedEntityDefinitionMetric
public static interface NamedEntityDefinitionMetric.Builder extends SdkPojo, CopyableBuilder<NamedEntityDefinitionMetric.Builder,NamedEntityDefinitionMetric>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedEntityDefinitionMetric.Builderaggregation(String aggregation)The aggregation of a named entity.NamedEntityDefinitionMetric.Builderaggregation(NamedEntityAggType aggregation)The aggregation of a named entity.NamedEntityDefinitionMetric.BuilderaggregationFunctionParameters(Map<String,String> aggregationFunctionParameters)The additional parameters for an aggregation function.-
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
-
aggregation
NamedEntityDefinitionMetric.Builder aggregation(String aggregation)
The aggregation of a named entity. Valid values for this structure are
SUM,MIN,MAX,COUNT,AVERAGE,DISTINCT_COUNT,STDEV,STDEVP,VAR,VARP,PERCENTILE,MEDIAN, andCUSTOM.- Parameters:
aggregation- The aggregation of a named entity. Valid values for this structure areSUM,MIN,MAX,COUNT,AVERAGE,DISTINCT_COUNT,STDEV,STDEVP,VAR,VARP,PERCENTILE,MEDIAN, andCUSTOM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NamedEntityAggType,NamedEntityAggType
-
aggregation
NamedEntityDefinitionMetric.Builder aggregation(NamedEntityAggType aggregation)
The aggregation of a named entity. Valid values for this structure are
SUM,MIN,MAX,COUNT,AVERAGE,DISTINCT_COUNT,STDEV,STDEVP,VAR,VARP,PERCENTILE,MEDIAN, andCUSTOM.- Parameters:
aggregation- The aggregation of a named entity. Valid values for this structure areSUM,MIN,MAX,COUNT,AVERAGE,DISTINCT_COUNT,STDEV,STDEVP,VAR,VARP,PERCENTILE,MEDIAN, andCUSTOM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NamedEntityAggType,NamedEntityAggType
-
aggregationFunctionParameters
NamedEntityDefinitionMetric.Builder aggregationFunctionParameters(Map<String,String> aggregationFunctionParameters)
The additional parameters for an aggregation function.
- Parameters:
aggregationFunctionParameters- The additional parameters for an aggregation function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-