@Generated(value="software.amazon.awssdk:codegen") public final class SpectrumConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpectrumConfig.Builder,SpectrumConfig>
Object that describes a spectral Config.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpectrumConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
FrequencyBandwidth |
bandwidth()
Bandwidth of a spectral
Config. |
static SpectrumConfig.Builder |
builder() |
Frequency |
centerFrequency()
Center frequency of a spectral
Config. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Polarization |
polarization()
Polarization of a spectral
Config. |
String |
polarizationAsString()
Polarization of a spectral
Config. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SpectrumConfig.Builder> |
serializableBuilderClass() |
SpectrumConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FrequencyBandwidth bandwidth()
Bandwidth of a spectral Config. 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.
Config. 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.
public final Frequency centerFrequency()
Center frequency of a spectral Config. Valid values are between 2200 to 2300 MHz and 7750 to 8400
MHz for downlink and 2025 to 2120 MHz for uplink.
Config. Valid values are between 2200 to 2300 MHz and 7750 to
8400 MHz for downlink and 2025 to 2120 MHz for uplink.public final Polarization polarization()
Polarization of a spectral Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.
If the service returns an enum value that is not available in the current SDK version, polarization will
return Polarization.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
polarizationAsString().
Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.Polarizationpublic final String polarizationAsString()
Polarization of a spectral Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.
If the service returns an enum value that is not available in the current SDK version, polarization will
return Polarization.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
polarizationAsString().
Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.Polarizationpublic SpectrumConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SpectrumConfig.Builder,SpectrumConfig>public static SpectrumConfig.Builder builder()
public static Class<? extends SpectrumConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.