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