Interface DimensionKeyDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DimensionKeyDescription.Builder,
,DimensionKeyDescription> SdkBuilder<DimensionKeyDescription.Builder,
,DimensionKeyDescription> SdkPojo
- Enclosing class:
DimensionKeyDescription
public static interface DimensionKeyDescription.Builder
extends SdkPojo, CopyableBuilder<DimensionKeyDescription.Builder,DimensionKeyDescription>
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMetrics
(Map<String, Double> additionalMetrics) A map that contains the value for each additional metric.dimensions
(Map<String, String> dimensions) A map of name-value pairs for the dimensions in the group.partitions
(Double... partitions) IfPartitionBy
was specified,PartitionKeys
contains the dimensions that were.partitions
(Collection<Double> partitions) IfPartitionBy
was specified,PartitionKeys
contains the dimensions that were.The aggregated metric value for the dimensions, over the requested time range.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 Details
-
dimensions
A map of name-value pairs for the dimensions in the group.
- Parameters:
dimensions
- A map of name-value pairs for the dimensions in the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
total
The aggregated metric value for the dimensions, over the requested time range.
- Parameters:
total
- The aggregated metric value for the dimensions, over the requested time range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalMetrics
A map that contains the value for each additional metric.
- Parameters:
additionalMetrics
- A map that contains the value for each additional metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partitions
If
PartitionBy
was specified,PartitionKeys
contains the dimensions that were.- Parameters:
partitions
- IfPartitionBy
was specified,PartitionKeys
contains the dimensions that were.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partitions
If
PartitionBy
was specified,PartitionKeys
contains the dimensions that were.- Parameters:
partitions
- IfPartitionBy
was specified,PartitionKeys
contains the dimensions that were.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-