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