Class CfnConfig.UplinkEchoConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnConfig.UplinkEchoConfigProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnConfig.UplinkEchoConfigProperty>
- Enclosing interface:
- CfnConfig.UplinkEchoConfigProperty
@Stability(Stable)
public static final class CfnConfig.UplinkEchoConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfig.UplinkEchoConfigProperty>
A builder for 
CfnConfig.UplinkEchoConfigProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionantennaUplinkConfigArn(String antennaUplinkConfigArn) Sets the value ofCfnConfig.UplinkEchoConfigProperty.getAntennaUplinkConfigArn()build()Builds the configured instance.Sets the value ofCfnConfig.UplinkEchoConfigProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnConfig.UplinkEchoConfigProperty.getEnabled()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
antennaUplinkConfigArn@Stability(Stable) public CfnConfig.UplinkEchoConfigProperty.Builder antennaUplinkConfigArn(String antennaUplinkConfigArn) Sets the value ofCfnConfig.UplinkEchoConfigProperty.getAntennaUplinkConfigArn()- Parameters:
- antennaUplinkConfigArn- Defines the ARN of the uplink config to echo back to a dataflow endpoint.
- Returns:
- this
 
- 
enabledSets the value ofCfnConfig.UplinkEchoConfigProperty.getEnabled()- Parameters:
- enabled- Whether or not uplink echo is enabled.
- Returns:
- this
 
- 
enabledSets the value ofCfnConfig.UplinkEchoConfigProperty.getEnabled()- Parameters:
- enabled- Whether or not uplink echo is enabled.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnConfig.UplinkEchoConfigProperty>
- Returns:
- a new instance of CfnConfig.UplinkEchoConfigProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-