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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fileNameThe 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.
 
- 
folderPathThe 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.
 
 
-