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(String cannedACL) |
The canned access control list (ACL) to apply to the job results.
|
S3Location.Builder |
S3Location.Builder.cannedACL(CannedACL 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(String storageClass) |
The storage class used to store the job results.
|
S3Location.Builder |
S3Location.Builder.storageClass(StorageClass 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.
|