Class CfnConfig.AntennaUplinkConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnConfig.AntennaUplinkConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfig.AntennaUplinkConfigProperty>
- Enclosing interface:
- CfnConfig.AntennaUplinkConfigProperty
@Stability(Stable)
public static final class CfnConfig.AntennaUplinkConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfig.AntennaUplinkConfigProperty>
A builder for
CfnConfig.AntennaUplinkConfigProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.spectrumConfig
(IResolvable spectrumConfig) Sets the value ofCfnConfig.AntennaUplinkConfigProperty.getSpectrumConfig()
spectrumConfig
(CfnConfig.UplinkSpectrumConfigProperty spectrumConfig) Sets the value ofCfnConfig.AntennaUplinkConfigProperty.getSpectrumConfig()
targetEirp
(IResolvable targetEirp) Sets the value ofCfnConfig.AntennaUplinkConfigProperty.getTargetEirp()
targetEirp
(CfnConfig.EirpProperty targetEirp) Sets the value ofCfnConfig.AntennaUplinkConfigProperty.getTargetEirp()
transmitDisabled
(Boolean transmitDisabled) Sets the value ofCfnConfig.AntennaUplinkConfigProperty.getTransmitDisabled()
transmitDisabled
(IResolvable transmitDisabled) Sets the value ofCfnConfig.AntennaUplinkConfigProperty.getTransmitDisabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
spectrumConfig
@Stability(Stable) public CfnConfig.AntennaUplinkConfigProperty.Builder spectrumConfig(IResolvable spectrumConfig) Sets the value ofCfnConfig.AntennaUplinkConfigProperty.getSpectrumConfig()
- Parameters:
spectrumConfig
- Defines the spectrum configuration.- Returns:
this
-
spectrumConfig
@Stability(Stable) public CfnConfig.AntennaUplinkConfigProperty.Builder spectrumConfig(CfnConfig.UplinkSpectrumConfigProperty spectrumConfig) Sets the value ofCfnConfig.AntennaUplinkConfigProperty.getSpectrumConfig()
- Parameters:
spectrumConfig
- Defines the spectrum configuration.- Returns:
this
-
targetEirp
@Stability(Stable) public CfnConfig.AntennaUplinkConfigProperty.Builder targetEirp(IResolvable targetEirp) Sets the value ofCfnConfig.AntennaUplinkConfigProperty.getTargetEirp()
- Parameters:
targetEirp
- The equivalent isotropically radiated power (EIRP) to use for uplink transmissions. Valid values are between 20.0 to 50.0 dBW.- Returns:
this
-
targetEirp
@Stability(Stable) public CfnConfig.AntennaUplinkConfigProperty.Builder targetEirp(CfnConfig.EirpProperty targetEirp) Sets the value ofCfnConfig.AntennaUplinkConfigProperty.getTargetEirp()
- Parameters:
targetEirp
- The equivalent isotropically radiated power (EIRP) to use for uplink transmissions. Valid values are between 20.0 to 50.0 dBW.- Returns:
this
-
transmitDisabled
@Stability(Stable) public CfnConfig.AntennaUplinkConfigProperty.Builder transmitDisabled(Boolean transmitDisabled) Sets the value ofCfnConfig.AntennaUplinkConfigProperty.getTransmitDisabled()
- Parameters:
transmitDisabled
- Whether or not uplink transmit is disabled.- Returns:
this
-
transmitDisabled
@Stability(Stable) public CfnConfig.AntennaUplinkConfigProperty.Builder transmitDisabled(IResolvable transmitDisabled) Sets the value ofCfnConfig.AntennaUplinkConfigProperty.getTransmitDisabled()
- Parameters:
transmitDisabled
- Whether or not uplink transmit is disabled.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConfig.AntennaUplinkConfigProperty>
- Returns:
- a new instance of
CfnConfig.AntennaUplinkConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-