public static interface S3Object.Builder extends SdkPojo, CopyableBuilder<S3Object.Builder,S3Object>
| Modifier and Type | Method and Description |
|---|---|
S3Object.Builder |
bucket(String bucket)
The name of the specific S3 bucket.
|
S3Object.Builder |
key(String key)
The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Object.Builder bucket(String bucket)
The name of the specific S3 bucket.
bucket - The name of the specific S3 bucket.S3Object.Builder key(String key)
The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.
key - The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object. Without this key,
data in the bucket is not accessible.Copyright © 2022. All rights reserved.