Interface FileBatchJobDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FileBatchJobDefinition.Builder,
,FileBatchJobDefinition> SdkBuilder<FileBatchJobDefinition.Builder,
,FileBatchJobDefinition> SdkPojo
- Enclosing class:
FileBatchJobDefinition
@Mutable
@NotThreadSafe
public static interface FileBatchJobDefinition.Builder
extends SdkPojo, CopyableBuilder<FileBatchJobDefinition.Builder,FileBatchJobDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the file containing the batch job definition.folderPath
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-