Interface JobOutputOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobOutputOptions.Builder,,JobOutputOptions> SdkBuilder<JobOutputOptions.Builder,,JobOutputOptions> SdkPojo
- Enclosing class:
JobOutputOptions
@Mutable
@NotThreadSafe
public static interface JobOutputOptions.Builder
extends SdkPojo, CopyableBuilder<JobOutputOptions.Builder,JobOutputOptions>
-
Method Summary
Modifier and TypeMethodDescriptionOutput data format.format(JobOutputFormat format) Output data format.S3 ARN or URI where output files will be written.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
-
format
Output data format. Currently only "Parquet" is supported.
- Parameters:
format- Output data format. Currently only "Parquet" is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
Output data format. Currently only "Parquet" is supported.
- Parameters:
format- Output data format. Currently only "Parquet" is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
location
S3 ARN or URI where output files will be written.
The Amazon S3 bucket must exist in the same Amazon Web Services region where you plan to run your job.
- Parameters:
location- S3 ARN or URI where output files will be written.The Amazon S3 bucket must exist 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.
-