Interface JobIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobIdentifier.Builder,JobIdentifier>,SdkBuilder<JobIdentifier.Builder,JobIdentifier>,SdkPojo
- Enclosing class:
- JobIdentifier
public static interface JobIdentifier.Builder extends SdkPojo, CopyableBuilder<JobIdentifier.Builder,JobIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobIdentifier.BuilderfileName(String fileName)The name of the file that contains the batch job definition.JobIdentifier.BuilderscriptName(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, sdkFields
-
-
-
-
Method Detail
-
fileName
JobIdentifier.Builder fileName(String 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
JobIdentifier.Builder scriptName(String 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.
-
-