| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static JobManifestSpec.Builder |
JobManifestSpec.builder() |
JobManifestSpec.Builder |
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 |
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 |
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 |
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 |
JobManifestSpec.Builder.format(JobManifestFormat format)
Indicates which of the available formats the specified manifest uses.
|
JobManifestSpec.Builder |
JobManifestSpec.Builder.format(String format)
Indicates which of the available formats the specified manifest uses.
|
JobManifestSpec.Builder |
JobManifestSpec.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobManifestSpec.Builder> |
JobManifestSpec.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobManifest.Builder |
JobManifest.Builder.spec(Consumer<JobManifestSpec.Builder> spec)
Describes the format of the specified job's manifest.
|
Copyright © 2023. All rights reserved.