Class CfnConfigPropsMixin.TrackingConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.groundstation.mixins.CfnConfigPropsMixin.TrackingConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigPropsMixin.TrackingConfigProperty>
- Enclosing interface:
CfnConfigPropsMixin.TrackingConfigProperty
@Stability(Stable)
public static final class CfnConfigPropsMixin.TrackingConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigPropsMixin.TrackingConfigProperty>
A builder for
CfnConfigPropsMixin.TrackingConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnConfigPropsMixin.TrackingConfigProperty.getAutotrack()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
autotrack
@Stability(Stable) public CfnConfigPropsMixin.TrackingConfigProperty.Builder autotrack(String autotrack) Sets the value ofCfnConfigPropsMixin.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<CfnConfigPropsMixin.TrackingConfigProperty>- Returns:
- a new instance of
CfnConfigPropsMixin.TrackingConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-