Interface ScriptBatchJobIdentifier.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ScriptBatchJobIdentifier.Builder,,- ScriptBatchJobIdentifier> - SdkBuilder<ScriptBatchJobIdentifier.Builder,,- ScriptBatchJobIdentifier> - SdkPojo
- Enclosing class:
- ScriptBatchJobIdentifier
@Mutable
@NotThreadSafe
public static interface ScriptBatchJobIdentifier.Builder
extends SdkPojo, CopyableBuilder<ScriptBatchJobIdentifier.Builder,ScriptBatchJobIdentifier> 
- 
Method SummaryModifier and TypeMethodDescriptionscriptName(String scriptName) The name of the script containing the batch job definition.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- 
scriptNameThe name of the script containing the batch job definition. - Parameters:
- scriptName- The name of the script containing the batch job definition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-