Interface TrackingConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TrackingConfig.Builder,,TrackingConfig> SdkBuilder<TrackingConfig.Builder,,TrackingConfig> SdkPojo
- Enclosing class:
 TrackingConfig
public static interface TrackingConfig.Builder
extends SdkPojo, CopyableBuilder<TrackingConfig.Builder,TrackingConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionCurrent setting for autotrack.autotrack(Criticality autotrack) Current setting for autotrack.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
autotrack
Current setting for autotrack.
- Parameters:
 autotrack- Current setting for autotrack.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
autotrack
Current setting for autotrack.
- Parameters:
 autotrack- Current setting for autotrack.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -