public static interface JobManifest.Builder extends SdkPojo, CopyableBuilder<JobManifest.Builder,JobManifest>
| Modifier and Type | Method and Description |
|---|---|
default JobManifest.Builder |
location(Consumer<JobManifestLocation.Builder> location)
Contains the information required to locate the specified job's manifest.
|
JobManifest.Builder |
location(JobManifestLocation location)
Contains the information required to locate the specified job's manifest.
|
default JobManifest.Builder |
spec(Consumer<JobManifestSpec.Builder> spec)
Describes the format of the specified job's manifest.
|
JobManifest.Builder |
spec(JobManifestSpec spec)
Describes the format of the specified job's manifest.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobManifest.Builder spec(JobManifestSpec spec)
Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
spec - Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes
the columns contained within the manifest.default JobManifest.Builder spec(Consumer<JobManifestSpec.Builder> spec)
Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
This is a convenience method that creates an instance of theJobManifestSpec.Builder avoiding the
need to create one manually via JobManifestSpec.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to spec(JobManifestSpec).spec - a consumer that will call methods on JobManifestSpec.Builderspec(JobManifestSpec)JobManifest.Builder location(JobManifestLocation location)
Contains the information required to locate the specified job's manifest.
location - Contains the information required to locate the specified job's manifest.default JobManifest.Builder location(Consumer<JobManifestLocation.Builder> location)
Contains the information required to locate the specified job's manifest.
This is a convenience method that creates an instance of theJobManifestLocation.Builder avoiding the
need to create one manually via JobManifestLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to location(JobManifestLocation).location - a consumer that will call methods on JobManifestLocation.Builderlocation(JobManifestLocation)Copyright © 2022. All rights reserved.