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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DimensionKeyDescription.BuilderadditionalMetrics(Map<String,Double> additionalMetrics)A map that contains the value for each additional metric.DimensionKeyDescription.Builderdimensions(Map<String,String> dimensions)A map of name-value pairs for the dimensions in the group.DimensionKeyDescription.Builderpartitions(Double... partitions)IfPartitionBywas specified,PartitionKeyscontains the dimensions that were.DimensionKeyDescription.Builderpartitions(Collection<Double> partitions)IfPartitionBywas specified,PartitionKeyscontains the dimensions that were.DimensionKeyDescription.Buildertotal(Double total)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 Detail
-
dimensions
DimensionKeyDescription.Builder dimensions(Map<String,String> 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
DimensionKeyDescription.Builder total(Double 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
DimensionKeyDescription.Builder additionalMetrics(Map<String,Double> 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
DimensionKeyDescription.Builder partitions(Collection<Double> partitions)
If
PartitionBywas specified,PartitionKeyscontains the dimensions that were.- Parameters:
partitions- IfPartitionBywas specified,PartitionKeyscontains the dimensions that were.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partitions
DimensionKeyDescription.Builder partitions(Double... partitions)
If
PartitionBywas specified,PartitionKeyscontains the dimensions that were.- Parameters:
partitions- IfPartitionBywas specified,PartitionKeyscontains the dimensions that were.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-