Class CfnConfig.FrequencyBandwidthProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnConfig.FrequencyBandwidthProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfig.FrequencyBandwidthProperty>
- Enclosing interface:
- CfnConfig.FrequencyBandwidthProperty
@Stability(Stable)
public static final class CfnConfig.FrequencyBandwidthProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfig.FrequencyBandwidthProperty>
A builder for
CfnConfig.FrequencyBandwidthProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConfig.FrequencyBandwidthProperty.getUnits()Sets the value ofCfnConfig.FrequencyBandwidthProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
units
Sets the value ofCfnConfig.FrequencyBandwidthProperty.getUnits()- Parameters:
units- The units of the bandwidth.- Returns:
this
-
value
Sets the value ofCfnConfig.FrequencyBandwidthProperty.getValue()- Parameters:
value- The value of the bandwidth. AWS Ground Station currently has the following bandwidth limitations:.- For
AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz. - For
AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz. - For
AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
- For
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfig.FrequencyBandwidthProperty>- Returns:
- a new instance of
CfnConfig.FrequencyBandwidthProperty - Throws:
NullPointerException- if any required attribute was not provided
-