@Stability(value=Stable) public static final class CfnConfig.FrequencyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConfig.FrequencyProperty>
CfnConfig.FrequencyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfig.FrequencyProperty |
build()
Builds the configured instance.
|
CfnConfig.FrequencyProperty.Builder |
units(String units)
Sets the value of
CfnConfig.FrequencyProperty.getUnits() |
CfnConfig.FrequencyProperty.Builder |
value(Number value)
Sets the value of
CfnConfig.FrequencyProperty.getValue() |
@Stability(value=Stable) public CfnConfig.FrequencyProperty.Builder units(String units)
CfnConfig.FrequencyProperty.getUnits()units - The units of the frequency.this@Stability(value=Stable) public CfnConfig.FrequencyProperty.Builder value(Number value)
CfnConfig.FrequencyProperty.getValue()value - The value of the frequency.
Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.this@Stability(value=Stable) public CfnConfig.FrequencyProperty build()
build in interface software.amazon.jsii.Builder<CfnConfig.FrequencyProperty>CfnConfig.FrequencyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.