Class CfnConfigPropsMixin.FrequencyBandwidthProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnConfigPropsMixin.FrequencyBandwidthProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigPropsMixin.FrequencyBandwidthProperty>
- Enclosing interface:
CfnConfigPropsMixin.FrequencyBandwidthProperty
@Stability(Stable)
public static final class CfnConfigPropsMixin.FrequencyBandwidthProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigPropsMixin.FrequencyBandwidthProperty>
A builder for
CfnConfigPropsMixin.FrequencyBandwidthProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConfigPropsMixin.FrequencyBandwidthProperty.getUnits()Sets the value ofCfnConfigPropsMixin.FrequencyBandwidthProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
units
@Stability(Stable) public CfnConfigPropsMixin.FrequencyBandwidthProperty.Builder units(String units) Sets the value ofCfnConfigPropsMixin.FrequencyBandwidthProperty.getUnits()- Parameters:
units- The units of the bandwidth.- Returns:
this
-
value
@Stability(Stable) public CfnConfigPropsMixin.FrequencyBandwidthProperty.Builder value(Number value) Sets the value ofCfnConfigPropsMixin.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<CfnConfigPropsMixin.FrequencyBandwidthProperty>- Returns:
- a new instance of
CfnConfigPropsMixin.FrequencyBandwidthProperty - Throws:
NullPointerException- if any required attribute was not provided
-