@Stability(value=Stable) public static final class CfnConfig.FrequencyBandwidthProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConfig.FrequencyBandwidthProperty>
CfnConfig.FrequencyBandwidthProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfig.FrequencyBandwidthProperty |
build()
Builds the configured instance.
|
CfnConfig.FrequencyBandwidthProperty.Builder |
units(String units)
Sets the value of
CfnConfig.FrequencyBandwidthProperty.getUnits() |
CfnConfig.FrequencyBandwidthProperty.Builder |
value(Number value)
Sets the value of
CfnConfig.FrequencyBandwidthProperty.getValue() |
@Stability(value=Stable) public CfnConfig.FrequencyBandwidthProperty.Builder units(String units)
CfnConfig.FrequencyBandwidthProperty.getUnits()units - The units of the bandwidth.this@Stability(value=Stable) public CfnConfig.FrequencyBandwidthProperty.Builder value(Number value)
CfnConfig.FrequencyBandwidthProperty.getValue()value - The value of the bandwidth. AWS Ground Station currently has the following bandwidth limitations:.
AntennaDownlinkDemodDecodeconfig , valid values are between 125 kHz to 650 MHz.AntennaDownlinkconfig , valid values are between 10 kHz to 54 MHz.AntennaUplinkConfig , valid values are between 10 kHz to 54 MHz.this@Stability(value=Stable) public CfnConfig.FrequencyBandwidthProperty build()
build in interface software.amazon.jsii.Builder<CfnConfig.FrequencyBandwidthProperty>CfnConfig.FrequencyBandwidthPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.