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 |
number(Double number)
The numeral value of a metric.
|
MetricValue.Builder |
numbers(Collection<Double> numbers)
The numeral values of a metric.
|
MetricValue.Builder |
numbers(Double... numbers)
The numeral values of a 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. |
MetricValue.Builder |
strings(Collection<String> strings)
The string values of a metric.
|
MetricValue.Builder |
strings(String... strings)
The string values of a metric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.MetricValue.Builder number(Double number)
The numeral value of a metric.
number - The numeral value of a metric.MetricValue.Builder numbers(Collection<Double> numbers)
The numeral values of a metric.
numbers - The numeral values of a metric.MetricValue.Builder numbers(Double... numbers)
The numeral values of a metric.
numbers - The numeral values of a metric.MetricValue.Builder strings(Collection<String> strings)
The string values of a metric.
strings - The string values of a metric.MetricValue.Builder strings(String... strings)
The string values of a metric.
strings - The string values of a metric.Copyright © 2023. All rights reserved.