Interface JobConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<JobConfiguration.Builder,,JobConfiguration> SdkBuilder<JobConfiguration.Builder,,JobConfiguration> SdkPojo
- Enclosing class:
 JobConfiguration
@Mutable
@NotThreadSafe
public static interface JobConfiguration.Builder
extends SdkPojo, CopyableBuilder<JobConfiguration.Builder,JobConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault JobConfiguration.BuilderfileFormat(Consumer<FileFormat.Builder> fileFormat) The file format of the data in S3.fileFormat(FileFormat fileFormat) The file format of the data in S3.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
fileFormat
The file format of the data in S3.
- Parameters:
 fileFormat- The file format of the data in S3.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fileFormat
The file format of the data in S3.
This is a convenience method that creates an instance of theFileFormat.Builderavoiding the need to create one manually viaFileFormat.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofileFormat(FileFormat).- Parameters:
 fileFormat- a consumer that will call methods onFileFormat.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -