Class CfnConfig.TrackingConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnConfig.TrackingConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfig.TrackingConfigProperty>
- Enclosing interface:
- CfnConfig.TrackingConfigProperty
@Stability(Stable)
public static final class CfnConfig.TrackingConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfig.TrackingConfigProperty>
A builder for
CfnConfig.TrackingConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnConfig.TrackingConfigProperty.getAutotrack()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
autotrack
Sets the value ofCfnConfig.TrackingConfigProperty.getAutotrack()- Parameters:
autotrack- Specifies whether or not to use autotrack.REMOVEDspecifies that program track should only be used during the contact.PREFERREDspecifies that autotracking is preferred during the contact but fallback to program track if the signal is lost.REQUIREDspecifies that autotracking is required during the contact and not to use program track if the signal is lost.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfig.TrackingConfigProperty>- Returns:
- a new instance of
CfnConfig.TrackingConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-