Class CfnConfig.SpectrumConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnConfig.SpectrumConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfig.SpectrumConfigProperty>
- Enclosing interface:
- CfnConfig.SpectrumConfigProperty
@Stability(Stable)
public static final class CfnConfig.SpectrumConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfig.SpectrumConfigProperty>
A builder for
CfnConfig.SpectrumConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbandwidth(IResolvable bandwidth) Sets the value ofCfnConfig.SpectrumConfigProperty.getBandwidth()bandwidth(CfnConfig.FrequencyBandwidthProperty bandwidth) Sets the value ofCfnConfig.SpectrumConfigProperty.getBandwidth()build()Builds the configured instance.centerFrequency(IResolvable centerFrequency) Sets the value ofCfnConfig.SpectrumConfigProperty.getCenterFrequency()centerFrequency(CfnConfig.FrequencyProperty centerFrequency) Sets the value ofCfnConfig.SpectrumConfigProperty.getCenterFrequency()polarization(String polarization) Sets the value ofCfnConfig.SpectrumConfigProperty.getPolarization()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bandwidth
Sets the value ofCfnConfig.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 CfnConfig.SpectrumConfigProperty.Builder bandwidth(CfnConfig.FrequencyBandwidthProperty bandwidth) Sets the value ofCfnConfig.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 CfnConfig.SpectrumConfigProperty.Builder centerFrequency(IResolvable centerFrequency) Sets the value ofCfnConfig.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 CfnConfig.SpectrumConfigProperty.Builder centerFrequency(CfnConfig.FrequencyProperty centerFrequency) Sets the value ofCfnConfig.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 CfnConfig.SpectrumConfigProperty.Builder polarization(String polarization) Sets the value ofCfnConfig.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<CfnConfig.SpectrumConfigProperty>- Returns:
- a new instance of
CfnConfig.SpectrumConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-