Interface AutoStartConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AutoStartConfig.Builder,,- AutoStartConfig> - SdkBuilder<AutoStartConfig.Builder,,- AutoStartConfig> - SdkPojo
- Enclosing class:
- AutoStartConfig
@Mutable
@NotThreadSafe
public static interface AutoStartConfig.Builder
extends SdkPojo, CopyableBuilder<AutoStartConfig.Builder,AutoStartConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionEnables the application to automatically start on job submission.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
enabledEnables the application to automatically start on job submission. Defaults to true. - Parameters:
- enabled- Enables the application to automatically start on job submission. Defaults to true.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-