public static interface CfnFleetMetric.AggregationTypeProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iot.*; AggregationTypeProperty aggregationTypeProperty = AggregationTypeProperty.builder() .name("name") .values(List.of("values")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFleetMetric.AggregationTypeProperty.Builder
A builder for
CfnFleetMetric.AggregationTypeProperty |
static class |
CfnFleetMetric.AggregationTypeProperty.Jsii$Proxy
An implementation for
CfnFleetMetric.AggregationTypeProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFleetMetric.AggregationTypeProperty.Builder |
builder() |
java.lang.String |
getName()
The name of the aggregation type.
|
java.util.List<java.lang.String> |
getValues()
A list of the values of aggregation types.
|
java.lang.String getName()
java.util.List<java.lang.String> getValues()
static CfnFleetMetric.AggregationTypeProperty.Builder builder()