public static final class CfnConfig.FrequencyProperty.Builder
extends java.lang.Object
CfnConfig.FrequencyProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConfig.FrequencyProperty |
build()
Builds the configured instance.
|
CfnConfig.FrequencyProperty.Builder |
units(java.lang.String units)
Sets the value of
CfnConfig.FrequencyProperty.getUnits() |
CfnConfig.FrequencyProperty.Builder |
value(java.lang.Number value)
Sets the value of
CfnConfig.FrequencyProperty.getValue() |
public CfnConfig.FrequencyProperty.Builder units(java.lang.String units)
CfnConfig.FrequencyProperty.getUnits()
units
- The units of the frequency.this
public CfnConfig.FrequencyProperty.Builder value(java.lang.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
public CfnConfig.FrequencyProperty build()
CfnConfig.FrequencyProperty
java.lang.NullPointerException
- if any required attribute was not provided