Interface ScriptBatchJobIdentifier.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ScriptBatchJobIdentifier.Builder,,ScriptBatchJobIdentifier> SdkBuilder<ScriptBatchJobIdentifier.Builder,,ScriptBatchJobIdentifier> SdkPojo
- Enclosing class:
 ScriptBatchJobIdentifier
public static interface ScriptBatchJobIdentifier.Builder
extends SdkPojo, CopyableBuilder<ScriptBatchJobIdentifier.Builder,ScriptBatchJobIdentifier> 
- 
Method Summary
Modifier and TypeMethodDescriptionscriptName(String scriptName) The name of the script containing the batch job definition.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
scriptName
The 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.
 
 
 -