public static interface S3GeneratedManifestDescriptor.Builder extends SdkPojo, CopyableBuilder<S3GeneratedManifestDescriptor.Builder,S3GeneratedManifestDescriptor>
| Modifier and Type | Method and Description |
|---|---|
S3GeneratedManifestDescriptor.Builder |
format(GeneratedManifestFormat format)
The format of the generated manifest.
|
S3GeneratedManifestDescriptor.Builder |
format(String format)
The format of the generated manifest.
|
default S3GeneratedManifestDescriptor.Builder |
location(Consumer<JobManifestLocation.Builder> location)
Sets the value of the Location property for this object.
|
S3GeneratedManifestDescriptor.Builder |
location(JobManifestLocation location)
Sets the value of the Location property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3GeneratedManifestDescriptor.Builder format(String format)
The format of the generated manifest.
format - The format of the generated manifest.GeneratedManifestFormat,
GeneratedManifestFormatS3GeneratedManifestDescriptor.Builder format(GeneratedManifestFormat format)
The format of the generated manifest.
format - The format of the generated manifest.GeneratedManifestFormat,
GeneratedManifestFormatS3GeneratedManifestDescriptor.Builder location(JobManifestLocation location)
location - The new value for the Location property for this object.default S3GeneratedManifestDescriptor.Builder location(Consumer<JobManifestLocation.Builder> location)
JobManifestLocation.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 © 2023. All rights reserved.