Class CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfig.AntennaDownlinkDemodDecodeConfigProperty>
- Enclosing interface:
CfnConfig.AntennaDownlinkDemodDecodeConfigProperty
@Stability(Stable)
public static final class CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfig.AntennaDownlinkDemodDecodeConfigProperty>
A builder for
CfnConfig.AntennaDownlinkDemodDecodeConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.decodeConfig(IResolvable decodeConfig) Sets the value ofCfnConfig.AntennaDownlinkDemodDecodeConfigProperty.getDecodeConfig()decodeConfig(CfnConfig.DecodeConfigProperty decodeConfig) Sets the value ofCfnConfig.AntennaDownlinkDemodDecodeConfigProperty.getDecodeConfig()demodulationConfig(IResolvable demodulationConfig) demodulationConfig(CfnConfig.DemodulationConfigProperty demodulationConfig) spectrumConfig(IResolvable spectrumConfig) Sets the value ofCfnConfig.AntennaDownlinkDemodDecodeConfigProperty.getSpectrumConfig()spectrumConfig(CfnConfig.SpectrumConfigProperty spectrumConfig) Sets the value ofCfnConfig.AntennaDownlinkDemodDecodeConfigProperty.getSpectrumConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
decodeConfig
@Stability(Stable) public CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder decodeConfig(IResolvable decodeConfig) Sets the value ofCfnConfig.AntennaDownlinkDemodDecodeConfigProperty.getDecodeConfig()- Parameters:
decodeConfig- Defines how the RF signal will be decoded.- Returns:
this
-
decodeConfig
@Stability(Stable) public CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder decodeConfig(CfnConfig.DecodeConfigProperty decodeConfig) Sets the value ofCfnConfig.AntennaDownlinkDemodDecodeConfigProperty.getDecodeConfig()- Parameters:
decodeConfig- Defines how the RF signal will be decoded.- Returns:
this
-
demodulationConfig
@Stability(Stable) public CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder demodulationConfig(IResolvable demodulationConfig) - Parameters:
demodulationConfig- Defines how the RF signal will be demodulated.- Returns:
this
-
demodulationConfig
@Stability(Stable) public CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder demodulationConfig(CfnConfig.DemodulationConfigProperty demodulationConfig) - Parameters:
demodulationConfig- Defines how the RF signal will be demodulated.- Returns:
this
-
spectrumConfig
@Stability(Stable) public CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder spectrumConfig(IResolvable spectrumConfig) Sets the value ofCfnConfig.AntennaDownlinkDemodDecodeConfigProperty.getSpectrumConfig()- Parameters:
spectrumConfig- Defines the spectrum configuration.- Returns:
this
-
spectrumConfig
@Stability(Stable) public CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder spectrumConfig(CfnConfig.SpectrumConfigProperty spectrumConfig) Sets the value ofCfnConfig.AntennaDownlinkDemodDecodeConfigProperty.getSpectrumConfig()- Parameters:
spectrumConfig- Defines the spectrum configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfig.AntennaDownlinkDemodDecodeConfigProperty>- Returns:
- a new instance of
CfnConfig.AntennaDownlinkDemodDecodeConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-