Class CfnConfig.EirpProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnConfig.EirpProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfig.EirpProperty>
- Enclosing interface:
- CfnConfig.EirpProperty
@Stability(Stable)
public static final class CfnConfig.EirpProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfig.EirpProperty>
A builder for
CfnConfig.EirpProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConfig.EirpProperty.getUnits()Sets the value ofCfnConfig.EirpProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
units
Sets the value ofCfnConfig.EirpProperty.getUnits()- Parameters:
units- The units of the EIRP.- Returns:
this
-
value
Sets the value ofCfnConfig.EirpProperty.getValue()- Parameters:
value- The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfig.EirpProperty>- Returns:
- a new instance of
CfnConfig.EirpProperty - Throws:
NullPointerException- if any required attribute was not provided
-