S3ManifestOutputLocation.Builder |
S3ManifestOutputLocation.Builder.bucket(String bucket) |
The bucket ARN the generated manifest should be written to.
|
static S3ManifestOutputLocation.Builder |
S3ManifestOutputLocation.builder() |
|
S3ManifestOutputLocation.Builder |
S3ManifestOutputLocation.Builder.expectedManifestBucketOwner(String expectedManifestBucketOwner) |
The Account ID that owns the bucket the generated manifest is written to.
|
default S3ManifestOutputLocation.Builder |
S3ManifestOutputLocation.Builder.manifestEncryption(Consumer<GeneratedManifestEncryption.Builder> manifestEncryption) |
Specifies what encryption should be used when the generated manifest objects are written.
|
S3ManifestOutputLocation.Builder |
S3ManifestOutputLocation.Builder.manifestEncryption(GeneratedManifestEncryption manifestEncryption) |
Specifies what encryption should be used when the generated manifest objects are written.
|
S3ManifestOutputLocation.Builder |
S3ManifestOutputLocation.Builder.manifestFormat(String manifestFormat) |
The format of the generated manifest.
|
S3ManifestOutputLocation.Builder |
S3ManifestOutputLocation.Builder.manifestFormat(GeneratedManifestFormat manifestFormat) |
The format of the generated manifest.
|
S3ManifestOutputLocation.Builder |
S3ManifestOutputLocation.Builder.manifestPrefix(String manifestPrefix) |
Prefix identifying one or more objects to which the manifest applies.
|
S3ManifestOutputLocation.Builder |
S3ManifestOutputLocation.toBuilder() |
|