| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
S3ManifestOutputLocation |
S3ManifestOutputLocation.clone() |
S3ManifestOutputLocation |
S3JobManifestGenerator.getManifestOutputLocation()
Specifies the location the generated manifest will be written to.
|
S3ManifestOutputLocation |
S3ManifestOutputLocation.withBucket(String bucket)
The bucket ARN the generated manifest should be written to.
|
S3ManifestOutputLocation |
S3ManifestOutputLocation.withExpectedManifestBucketOwner(String expectedManifestBucketOwner)
The Account ID that owns the bucket the generated manifest is written to.
|
S3ManifestOutputLocation |
S3ManifestOutputLocation.withManifestEncryption(GeneratedManifestEncryption manifestEncryption)
Specifies what encryption should be used when the generated manifest objects are written.
|
S3ManifestOutputLocation |
S3ManifestOutputLocation.withManifestFormat(GeneratedManifestFormat manifestFormat)
The format of the generated manifest.
|
S3ManifestOutputLocation |
S3ManifestOutputLocation.withManifestFormat(String manifestFormat)
The format of the generated manifest.
|
S3ManifestOutputLocation |
S3ManifestOutputLocation.withManifestPrefix(String manifestPrefix)
Prefix identifying one or more objects to which the manifest applies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3JobManifestGenerator.setManifestOutputLocation(S3ManifestOutputLocation manifestOutputLocation)
Specifies the location the generated manifest will be written to.
|
S3JobManifestGenerator |
S3JobManifestGenerator.withManifestOutputLocation(S3ManifestOutputLocation manifestOutputLocation)
Specifies the location the generated manifest will be written to.
|
Copyright © 2024. All rights reserved.