Interface FileBatchJobDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FileBatchJobDefinition.Builder,FileBatchJobDefinition>,SdkBuilder<FileBatchJobDefinition.Builder,FileBatchJobDefinition>,SdkPojo
- Enclosing class:
- FileBatchJobDefinition
public static interface FileBatchJobDefinition.Builder extends SdkPojo, CopyableBuilder<FileBatchJobDefinition.Builder,FileBatchJobDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileBatchJobDefinition.BuilderfileName(String fileName)The name of the file containing the batch job definition.FileBatchJobDefinition.BuilderfolderPath(String folderPath)The path to the file containing 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
FileBatchJobDefinition.Builder fileName(String fileName)
The name of the file containing the batch job definition.
- Parameters:
fileName- The name of the file containing the batch job definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folderPath
FileBatchJobDefinition.Builder folderPath(String folderPath)
The path to the file containing the batch job definition.
- Parameters:
folderPath- The path to the file containing the batch job definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-