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