| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
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(GeneratedManifestFormat manifestFormat)
The format of the generated manifest.
|
S3ManifestOutputLocation.Builder |
S3ManifestOutputLocation.Builder.manifestFormat(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3ManifestOutputLocation.Builder> |
S3ManifestOutputLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default S3JobManifestGenerator.Builder |
S3JobManifestGenerator.Builder.manifestOutputLocation(Consumer<S3ManifestOutputLocation.Builder> manifestOutputLocation)
Specifies the location the generated manifest will be written to.
|
Copyright © 2022. All rights reserved.