Interface JobIdentifier.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobIdentifier.Builder,
,JobIdentifier> SdkBuilder<JobIdentifier.Builder,
,JobIdentifier> SdkPojo
- Enclosing class:
JobIdentifier
@Mutable
@NotThreadSafe
public static interface JobIdentifier.Builder
extends SdkPojo, CopyableBuilder<JobIdentifier.Builder,JobIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the file that contains the batch job definition.scriptName
(String scriptName) The name of the script that contains the batch job definition.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fileName
The name of the file that contains the batch job definition.
- Parameters:
fileName
- The name of the file that contains the batch job definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scriptName
The name of the script that contains the batch job definition.
- Parameters:
scriptName
- The name of the script that contains the batch job definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-