Class CfnConfigPropsMixin.AntennaDownlinkConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.groundstation.mixins.CfnConfigPropsMixin.AntennaDownlinkConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigPropsMixin.AntennaDownlinkConfigProperty>
- Enclosing interface:
CfnConfigPropsMixin.AntennaDownlinkConfigProperty
@Stability(Stable)
public static final class CfnConfigPropsMixin.AntennaDownlinkConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigPropsMixin.AntennaDownlinkConfigProperty>
A builder for
CfnConfigPropsMixin.AntennaDownlinkConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.spectrumConfig(IResolvable spectrumConfig) Sets the value ofCfnConfigPropsMixin.AntennaDownlinkConfigProperty.getSpectrumConfig()spectrumConfig(CfnConfigPropsMixin.SpectrumConfigProperty spectrumConfig) Sets the value ofCfnConfigPropsMixin.AntennaDownlinkConfigProperty.getSpectrumConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
spectrumConfig
@Stability(Stable) public CfnConfigPropsMixin.AntennaDownlinkConfigProperty.Builder spectrumConfig(IResolvable spectrumConfig) Sets the value ofCfnConfigPropsMixin.AntennaDownlinkConfigProperty.getSpectrumConfig()- Parameters:
spectrumConfig- Defines the spectrum configuration.- Returns:
this
-
spectrumConfig
@Stability(Stable) public CfnConfigPropsMixin.AntennaDownlinkConfigProperty.Builder spectrumConfig(CfnConfigPropsMixin.SpectrumConfigProperty spectrumConfig) Sets the value ofCfnConfigPropsMixin.AntennaDownlinkConfigProperty.getSpectrumConfig()- Parameters:
spectrumConfig- Defines the spectrum configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigPropsMixin.AntennaDownlinkConfigProperty>- Returns:
- a new instance of
CfnConfigPropsMixin.AntennaDownlinkConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-