public static interface S3Configuration.Builder extends SdkPojo, CopyableBuilder<S3Configuration.Builder,S3Configuration>
| Modifier and Type | Method and Description |
|---|---|
S3Configuration.Builder |
bucketName(String bucketName)
The bucket name of the customer S3 bucket.
|
S3Configuration.Builder |
encryptionOption(S3EncryptionOption encryptionOption)
The encryption option for the customer S3 location.
|
S3Configuration.Builder |
encryptionOption(String encryptionOption)
The encryption option for the customer S3 location.
|
S3Configuration.Builder |
kmsKeyId(String kmsKeyId)
The KMS key ID for the customer S3 location when encrypting with an Amazon Web Services managed key.
|
S3Configuration.Builder |
objectKeyPrefix(String objectKeyPrefix)
The object key preview for the customer S3 location.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Configuration.Builder bucketName(String bucketName)
The bucket name of the customer S3 bucket.
bucketName - The bucket name of the customer S3 bucket.S3Configuration.Builder objectKeyPrefix(String objectKeyPrefix)
The object key preview for the customer S3 location.
objectKeyPrefix - The object key preview for the customer S3 location.S3Configuration.Builder encryptionOption(String encryptionOption)
The encryption option for the customer S3 location. Options are S3 server-side encryption with an S3 managed key or Amazon Web Services managed key.
encryptionOption - The encryption option for the customer S3 location. Options are S3 server-side encryption with an S3
managed key or Amazon Web Services managed key.S3EncryptionOption,
S3EncryptionOptionS3Configuration.Builder encryptionOption(S3EncryptionOption encryptionOption)
The encryption option for the customer S3 location. Options are S3 server-side encryption with an S3 managed key or Amazon Web Services managed key.
encryptionOption - The encryption option for the customer S3 location. Options are S3 server-side encryption with an S3
managed key or Amazon Web Services managed key.S3EncryptionOption,
S3EncryptionOptionS3Configuration.Builder kmsKeyId(String kmsKeyId)
The KMS key ID for the customer S3 location when encrypting with an Amazon Web Services managed key.
kmsKeyId - The KMS key ID for the customer S3 location when encrypting with an Amazon Web Services managed key.Copyright © 2023. All rights reserved.