Interface JobInputOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobInputOptions.Builder,,JobInputOptions> SdkBuilder<JobInputOptions.Builder,,JobInputOptions> SdkPojo
- Enclosing class:
JobInputOptions
-
Method Summary
Modifier and TypeMethodDescriptionInput data format.format(JobInputFormat format) Input data format.S3 ARN or URI where input files are stored.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
-
location
S3 ARN or URI where input files are stored.
The Amazon S3 bucket must be created in the same Amazon Web Services region where you plan to run your job.
- Parameters:
location- S3 ARN or URI where input files are stored.The Amazon S3 bucket must be created in the same Amazon Web Services region where you plan to run your job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
Input data format. Currently only
Parquetis supported.Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.
- Parameters:
format- Input data format. Currently onlyParquetis supported.Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
Input data format. Currently only
Parquetis supported.Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.
- Parameters:
format- Input data format. Currently onlyParquetis supported.Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-