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 Summary
-
Method Summary
Modifier 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
-
Builder
public 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
-
enabled
Sets the value ofCfnConfig.UplinkEchoConfigProperty.getEnabled()
- Parameters:
enabled
- Whether or not uplink echo is enabled.- Returns:
this
-
enabled
Sets the value ofCfnConfig.UplinkEchoConfigProperty.getEnabled()
- Parameters:
enabled
- Whether or not uplink echo is enabled.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConfig.UplinkEchoConfigProperty>
- Returns:
- a new instance of
CfnConfig.UplinkEchoConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-