Class CfnConfigPropsMixin.SpectrumConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnConfigPropsMixin.SpectrumConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigPropsMixin.SpectrumConfigProperty>
- Enclosing interface:
CfnConfigPropsMixin.SpectrumConfigProperty
@Stability(Stable)
public static final class CfnConfigPropsMixin.SpectrumConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigPropsMixin.SpectrumConfigProperty>
A builder for
CfnConfigPropsMixin.SpectrumConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnConfigPropsMixin.SpectrumConfigProperty.getBandwidth()bandwidth(IResolvable bandwidth) Sets the value ofCfnConfigPropsMixin.SpectrumConfigProperty.getBandwidth()build()Builds the configured instance.centerFrequency(CfnConfigPropsMixin.FrequencyProperty centerFrequency) Sets the value ofCfnConfigPropsMixin.SpectrumConfigProperty.getCenterFrequency()centerFrequency(IResolvable centerFrequency) Sets the value ofCfnConfigPropsMixin.SpectrumConfigProperty.getCenterFrequency()polarization(String polarization) Sets the value ofCfnConfigPropsMixin.SpectrumConfigProperty.getPolarization()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bandwidth
@Stability(Stable) public CfnConfigPropsMixin.SpectrumConfigProperty.Builder bandwidth(IResolvable bandwidth) Sets the value ofCfnConfigPropsMixin.SpectrumConfigProperty.getBandwidth()- Parameters:
bandwidth- The bandwidth of the spectrum. 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
-
bandwidth
@Stability(Stable) public CfnConfigPropsMixin.SpectrumConfigProperty.Builder bandwidth(CfnConfigPropsMixin.FrequencyBandwidthProperty bandwidth) Sets the value ofCfnConfigPropsMixin.SpectrumConfigProperty.getBandwidth()- Parameters:
bandwidth- The bandwidth of the spectrum. 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
-
centerFrequency
@Stability(Stable) public CfnConfigPropsMixin.SpectrumConfigProperty.Builder centerFrequency(IResolvable centerFrequency) Sets the value ofCfnConfigPropsMixin.SpectrumConfigProperty.getCenterFrequency()- Parameters:
centerFrequency- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.- Returns:
this
-
centerFrequency
@Stability(Stable) public CfnConfigPropsMixin.SpectrumConfigProperty.Builder centerFrequency(CfnConfigPropsMixin.FrequencyProperty centerFrequency) Sets the value ofCfnConfigPropsMixin.SpectrumConfigProperty.getCenterFrequency()- Parameters:
centerFrequency- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.- Returns:
this
-
polarization
@Stability(Stable) public CfnConfigPropsMixin.SpectrumConfigProperty.Builder polarization(String polarization) Sets the value ofCfnConfigPropsMixin.SpectrumConfigProperty.getPolarization()- Parameters:
polarization- The polarization of the spectrum. Valid values are"RIGHT_HAND"and"LEFT_HAND". Capturing both"RIGHT_HAND"and"LEFT_HAND"polarization requires two separate configs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigPropsMixin.SpectrumConfigProperty>- Returns:
- a new instance of
CfnConfigPropsMixin.SpectrumConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-