Interface UplinkEchoConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UplinkEchoConfig.Builder,
,UplinkEchoConfig> SdkBuilder<UplinkEchoConfig.Builder,
,UplinkEchoConfig> SdkPojo
- Enclosing class:
UplinkEchoConfig
public static interface UplinkEchoConfig.Builder
extends SdkPojo, CopyableBuilder<UplinkEchoConfig.Builder,UplinkEchoConfig>
-
Method Summary
Modifier and TypeMethodDescriptionantennaUplinkConfigArn
(String antennaUplinkConfigArn) ARN of an uplinkConfig
.Whether or not an uplinkConfig
is enabled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
antennaUplinkConfigArn
ARN of an uplink
Config
.- Parameters:
antennaUplinkConfigArn
- ARN of an uplinkConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
Whether or not an uplink
Config
is enabled.- Parameters:
enabled
- Whether or not an uplinkConfig
is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-