@Stability(value=Stable)
public static interface CfnConfig.AntennaDownlinkDemodDecodeConfigProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
AntennaDownlinkDemodDecodeConfigProperty antennaDownlinkDemodDecodeConfigProperty = AntennaDownlinkDemodDecodeConfigProperty.builder()
.decodeConfig(DecodeConfigProperty.builder()
.unvalidatedJson("unvalidatedJson")
.build())
.demodulationConfig(DemodulationConfigProperty.builder()
.unvalidatedJson("unvalidatedJson")
.build())
.spectrumConfig(SpectrumConfigProperty.builder()
.bandwidth(FrequencyBandwidthProperty.builder()
.units("units")
.value(123)
.build())
.centerFrequency(FrequencyProperty.builder()
.units("units")
.value(123)
.build())
.polarization("polarization")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder
A builder for
CfnConfig.AntennaDownlinkDemodDecodeConfigProperty |
static class |
CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Jsii$Proxy
An implementation for
CfnConfig.AntennaDownlinkDemodDecodeConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder |
builder() |
default Object |
getDecodeConfig()
`CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.DecodeConfig`.
|
default Object |
getDemodulationConfig()
`CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.DemodulationConfig`.
|
default Object |
getSpectrumConfig()
`CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.SpectrumConfig`.
|
@Stability(value=Stable) @Nullable default Object getDecodeConfig()
@Stability(value=Stable) @Nullable default Object getDemodulationConfig()
@Stability(value=Stable) @Nullable default Object getSpectrumConfig()
@Stability(value=Stable) static CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.