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