Class CfnConfig.FrequencyProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnConfig.FrequencyProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnConfig.FrequencyProperty>
- Enclosing interface:
- CfnConfig.FrequencyProperty
@Stability(Stable)
public static final class CfnConfig.FrequencyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfig.FrequencyProperty>
A builder for 
CfnConfig.FrequencyProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConfig.FrequencyProperty.getUnits()Sets the value ofCfnConfig.FrequencyProperty.getValue()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
unitsSets the value ofCfnConfig.FrequencyProperty.getUnits()- Parameters:
- units- The units of the frequency.
- Returns:
- this
 
- 
valueSets the value ofCfnConfig.FrequencyProperty.getValue()- Parameters:
- value- The value of the frequency. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnConfig.FrequencyProperty>
- Returns:
- a new instance of CfnConfig.FrequencyProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-