@Stability(value=Stable) public static final class CfnSecurityProfile.MetricValueProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSecurityProfile.MetricValueProperty>
CfnSecurityProfile.MetricValueProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnSecurityProfile.MetricValueProperty.Builder cidrs(List<String> cidrs)
CfnSecurityProfile.MetricValueProperty.getCidrs()cidrs - If the `comparisonOperator` calls for a set of CIDRs, use this to specify that set to be compared with the `metric` .this@Stability(value=Stable) public CfnSecurityProfile.MetricValueProperty.Builder count(String count)
CfnSecurityProfile.MetricValueProperty.getCount()count - If the `comparisonOperator` calls for a numeric value, use this to specify that numeric value to be compared with the `metric` .this@Stability(value=Stable) public CfnSecurityProfile.MetricValueProperty.Builder number(Number number)
CfnSecurityProfile.MetricValueProperty.getNumber()number - The numeric values of a metric.this@Stability(value=Stable) public CfnSecurityProfile.MetricValueProperty.Builder numbers(IResolvable numbers)
CfnSecurityProfile.MetricValueProperty.getNumbers()numbers - The numeric value of a metric.this@Stability(value=Stable) public CfnSecurityProfile.MetricValueProperty.Builder numbers(List<? extends Number> numbers)
CfnSecurityProfile.MetricValueProperty.getNumbers()numbers - The numeric value of a metric.this@Stability(value=Stable) public CfnSecurityProfile.MetricValueProperty.Builder ports(IResolvable ports)
CfnSecurityProfile.MetricValueProperty.getPorts()ports - If the `comparisonOperator` calls for a set of ports, use this to specify that set to be compared with the `metric` .this@Stability(value=Stable) public CfnSecurityProfile.MetricValueProperty.Builder ports(List<? extends Number> ports)
CfnSecurityProfile.MetricValueProperty.getPorts()ports - If the `comparisonOperator` calls for a set of ports, use this to specify that set to be compared with the `metric` .this@Stability(value=Stable) public CfnSecurityProfile.MetricValueProperty.Builder strings(List<String> strings)
CfnSecurityProfile.MetricValueProperty.getStrings()strings - The string values of a metric.this@Stability(value=Stable) public CfnSecurityProfile.MetricValueProperty build()
build in interface software.amazon.jsii.Builder<CfnSecurityProfile.MetricValueProperty>CfnSecurityProfile.MetricValuePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.