public static interface JobManifestSpec.Builder extends SdkPojo, CopyableBuilder<JobManifestSpec.Builder,JobManifestSpec>
| Modifier and Type | Method and Description |
|---|---|
JobManifestSpec.Builder |
fields(Collection<JobManifestFieldName> fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data. |
JobManifestSpec.Builder |
fields(JobManifestFieldName... fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data. |
JobManifestSpec.Builder |
fieldsWithStrings(Collection<String> fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data. |
JobManifestSpec.Builder |
fieldsWithStrings(String... fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data. |
JobManifestSpec.Builder |
format(JobManifestFormat format)
Indicates which of the available formats the specified manifest uses.
|
JobManifestSpec.Builder |
format(String format)
Indicates which of the available formats the specified manifest uses.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobManifestSpec.Builder format(String format)
Indicates which of the available formats the specified manifest uses.
format - Indicates which of the available formats the specified manifest uses.JobManifestFormat,
JobManifestFormatJobManifestSpec.Builder format(JobManifestFormat format)
Indicates which of the available formats the specified manifest uses.
format - Indicates which of the available formats the specified manifest uses.JobManifestFormat,
JobManifestFormatJobManifestSpec.Builder fieldsWithStrings(Collection<String> fields)
If the specified manifest object is in the S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data.
fields - If the specified manifest object is in the S3BatchOperations_CSV_20180820 format, this
element describes which columns contain the required data.JobManifestSpec.Builder fieldsWithStrings(String... fields)
If the specified manifest object is in the S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data.
fields - If the specified manifest object is in the S3BatchOperations_CSV_20180820 format, this
element describes which columns contain the required data.JobManifestSpec.Builder fields(Collection<JobManifestFieldName> fields)
If the specified manifest object is in the S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data.
fields - If the specified manifest object is in the S3BatchOperations_CSV_20180820 format, this
element describes which columns contain the required data.JobManifestSpec.Builder fields(JobManifestFieldName... fields)
If the specified manifest object is in the S3BatchOperations_CSV_20180820 format, this element
describes which columns contain the required data.
fields - If the specified manifest object is in the S3BatchOperations_CSV_20180820 format, this
element describes which columns contain the required data.Copyright © 2023. All rights reserved.