public static interface CfnConfig.FrequencyProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.groundstation.*; FrequencyProperty frequencyProperty = FrequencyProperty.builder() .units("units") .value(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConfig.FrequencyProperty.Builder
A builder for
CfnConfig.FrequencyProperty |
static class |
CfnConfig.FrequencyProperty.Jsii$Proxy
An implementation for
CfnConfig.FrequencyProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConfig.FrequencyProperty.Builder |
builder() |
default java.lang.String |
getUnits()
The units of the frequency.
|
default java.lang.Number |
getValue()
The value of the frequency.
|
default java.lang.String getUnits()
default java.lang.Number getValue()
Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
static CfnConfig.FrequencyProperty.Builder builder()