public static interface DimensionKeyDescription.Builder extends SdkPojo, CopyableBuilder<DimensionKeyDescription.Builder,DimensionKeyDescription>
| Modifier and Type | Method and Description |
|---|---|
DimensionKeyDescription.Builder |
dimensions(Map<String,String> dimensions)
A map of name-value pairs for the dimensions in the group.
|
DimensionKeyDescription.Builder |
partitions(Collection<Double> partitions)
If
PartitionBy was specified, PartitionKeys contains the dimensions that were. |
DimensionKeyDescription.Builder |
partitions(Double... partitions)
If
PartitionBy was specified, PartitionKeys contains the dimensions that were. |
DimensionKeyDescription.Builder |
total(Double total)
The aggregated metric value for the dimension(s), over the requested time range.
|
copyapplyMutation, buildDimensionKeyDescription.Builder dimensions(Map<String,String> dimensions)
A map of name-value pairs for the dimensions in the group.
dimensions - A map of name-value pairs for the dimensions in the group.DimensionKeyDescription.Builder total(Double total)
The aggregated metric value for the dimension(s), over the requested time range.
total - The aggregated metric value for the dimension(s), over the requested time range.DimensionKeyDescription.Builder partitions(Collection<Double> partitions)
If PartitionBy was specified, PartitionKeys contains the dimensions that were.
partitions - If PartitionBy was specified, PartitionKeys contains the dimensions that
were.DimensionKeyDescription.Builder partitions(Double... partitions)
If PartitionBy was specified, PartitionKeys contains the dimensions that were.
partitions - If PartitionBy was specified, PartitionKeys contains the dimensions that
were.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.