Class CfnConfig.UplinkSpectrumConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnConfig.UplinkSpectrumConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfig.UplinkSpectrumConfigProperty>
- Enclosing interface:
CfnConfig.UplinkSpectrumConfigProperty
@Stability(Stable)
public static final class CfnConfig.UplinkSpectrumConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfig.UplinkSpectrumConfigProperty>
A builder for
CfnConfig.UplinkSpectrumConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.centerFrequency(IResolvable centerFrequency) Sets the value ofCfnConfig.UplinkSpectrumConfigProperty.getCenterFrequency()centerFrequency(CfnConfig.FrequencyProperty centerFrequency) Sets the value ofCfnConfig.UplinkSpectrumConfigProperty.getCenterFrequency()polarization(String polarization) Sets the value ofCfnConfig.UplinkSpectrumConfigProperty.getPolarization()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
centerFrequency
@Stability(Stable) public CfnConfig.UplinkSpectrumConfigProperty.Builder centerFrequency(IResolvable centerFrequency) Sets the value ofCfnConfig.UplinkSpectrumConfigProperty.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.UplinkSpectrumConfigProperty.Builder centerFrequency(CfnConfig.FrequencyProperty centerFrequency) Sets the value ofCfnConfig.UplinkSpectrumConfigProperty.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.UplinkSpectrumConfigProperty.Builder polarization(String polarization) Sets the value ofCfnConfig.UplinkSpectrumConfigProperty.getPolarization()- Parameters:
polarization- The polarization of the spectrum. Valid values are"RIGHT_HAND"and"LEFT_HAND".- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfig.UplinkSpectrumConfigProperty>- Returns:
- a new instance of
CfnConfig.UplinkSpectrumConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-