| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
S3Location.Builder.accessControlList(Collection<Grant> accessControlList)
A list of grants that control access to the staged results.
|
S3Location.Builder |
S3Location.Builder.accessControlList(Consumer<Grant.Builder>... accessControlList)
A list of grants that control access to the staged results.
|
S3Location.Builder |
S3Location.Builder.accessControlList(Grant... accessControlList)
A list of grants that control access to the staged results.
|
S3Location.Builder |
S3Location.Builder.bucketName(String bucketName)
The name of the Amazon S3 bucket where the job results are stored.
|
static S3Location.Builder |
S3Location.builder() |
S3Location.Builder |
S3Location.Builder.cannedACL(CannedACL cannedACL)
The canned access control list (ACL) to apply to the job results.
|
S3Location.Builder |
S3Location.Builder.cannedACL(String cannedACL)
The canned access control list (ACL) to apply to the job results.
|
default S3Location.Builder |
S3Location.Builder.encryption(Consumer<Encryption.Builder> encryption)
Contains information about the encryption used to store the job results in Amazon S3.
|
S3Location.Builder |
S3Location.Builder.encryption(Encryption encryption)
Contains information about the encryption used to store the job results in Amazon S3.
|
S3Location.Builder |
S3Location.Builder.prefix(String prefix)
The prefix that is prepended to the results for this request.
|
S3Location.Builder |
S3Location.Builder.storageClass(StorageClass storageClass)
The storage class used to store the job results.
|
S3Location.Builder |
S3Location.Builder.storageClass(String storageClass)
The storage class used to store the job results.
|
S3Location.Builder |
S3Location.Builder.tagging(Map<String,String> tagging)
The tag-set that is applied to the job results.
|
S3Location.Builder |
S3Location.toBuilder() |
S3Location.Builder |
S3Location.Builder.userMetadata(Map<String,String> userMetadata)
A map of metadata to store with the job results in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Location.Builder> |
S3Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OutputLocation.Builder |
OutputLocation.Builder.s3(Consumer<S3Location.Builder> s3)
Describes an S3 location that will receive the results of the job request.
|
Copyright © 2023. All rights reserved.