public static interface MetricValue.Builder extends SdkPojo, CopyableBuilder<MetricValue.Builder,MetricValue>
| Modifier and Type | Method and Description |
|---|---|
MetricValue.Builder |
cidrs(Collection<String> cidrs)
If the
comparisonOperator calls for a set of CIDRs, use this to specify that set to be compared
with the metric. |
MetricValue.Builder |
cidrs(String... cidrs)
If the
comparisonOperator calls for a set of CIDRs, use this to specify that set to be compared
with the metric. |
MetricValue.Builder |
count(Long count)
If the
comparisonOperator calls for a numeric value, use this to specify that numeric value to
be compared with the metric. |
MetricValue.Builder |
ports(Collection<Integer> ports)
If the
comparisonOperator calls for a set of ports, use this to specify that set to be compared
with the metric. |
MetricValue.Builder |
ports(Integer... ports)
If the
comparisonOperator calls for a set of ports, use this to specify that set to be compared
with the metric. |
copyapplyMutation, buildMetricValue.Builder count(Long count)
If the comparisonOperator calls for a numeric value, use this to specify that numeric value to
be compared with the metric.
count - If the comparisonOperator calls for a numeric value, use this to specify that numeric
value to be compared with the metric.MetricValue.Builder cidrs(Collection<String> cidrs)
If the comparisonOperator calls for a set of CIDRs, use this to specify that set to be compared
with the metric.
cidrs - If the comparisonOperator calls for a set of CIDRs, use this to specify that set to be
compared with the metric.MetricValue.Builder cidrs(String... cidrs)
If the comparisonOperator calls for a set of CIDRs, use this to specify that set to be compared
with the metric.
cidrs - If the comparisonOperator calls for a set of CIDRs, use this to specify that set to be
compared with the metric.MetricValue.Builder ports(Collection<Integer> ports)
If the comparisonOperator calls for a set of ports, use this to specify that set to be compared
with the metric.
ports - If the comparisonOperator calls for a set of ports, use this to specify that set to be
compared with the metric.MetricValue.Builder ports(Integer... ports)
If the comparisonOperator calls for a set of ports, use this to specify that set to be compared
with the metric.
ports - If the comparisonOperator calls for a set of ports, use this to specify that set to be
compared with the metric.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.