Interface NamedEntityDefinitionMetric.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NamedEntityDefinitionMetric.Builder,
,NamedEntityDefinitionMetric> SdkBuilder<NamedEntityDefinitionMetric.Builder,
,NamedEntityDefinitionMetric> SdkPojo
- Enclosing class:
NamedEntityDefinitionMetric
@Mutable
@NotThreadSafe
public static interface NamedEntityDefinitionMetric.Builder
extends SdkPojo, CopyableBuilder<NamedEntityDefinitionMetric.Builder,NamedEntityDefinitionMetric>
-
Method Summary
Modifier and TypeMethodDescriptionaggregation
(String aggregation) The aggregation of a named entity.aggregation
(NamedEntityAggType aggregation) The aggregation of a named entity.aggregationFunctionParameters
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
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.
-