public static interface S3Configuration.Builder extends SdkPojo, CopyableBuilder<S3Configuration.Builder,S3Configuration>
| Modifier and Type | Method and Description |
|---|---|
S3Configuration.Builder |
bucketName(String bucketName)
Name of the S3 bucket under which error reports will be created.
|
S3Configuration.Builder |
encryptionOption(S3EncryptionOption encryptionOption)
Encryption at rest options for the error reports.
|
S3Configuration.Builder |
encryptionOption(String encryptionOption)
Encryption at rest options for the error reports.
|
S3Configuration.Builder |
objectKeyPrefix(String objectKeyPrefix)
Prefix for the error report key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Configuration.Builder bucketName(String bucketName)
Name of the S3 bucket under which error reports will be created.
bucketName - Name of the S3 bucket under which error reports will be created.S3Configuration.Builder objectKeyPrefix(String objectKeyPrefix)
Prefix for the error report key. Timestream by default adds the following prefix to the error report path.
objectKeyPrefix - Prefix for the error report key. Timestream by default adds the following prefix to the error report
path.S3Configuration.Builder encryptionOption(String encryptionOption)
Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.
encryptionOption - Encryption at rest options for the error reports. If no encryption option is specified, Timestream
will choose SSE_S3 as default.S3EncryptionOption,
S3EncryptionOptionS3Configuration.Builder encryptionOption(S3EncryptionOption encryptionOption)
Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.
encryptionOption - Encryption at rest options for the error reports. If no encryption option is specified, Timestream
will choose SSE_S3 as default.S3EncryptionOption,
S3EncryptionOptionCopyright © 2023. All rights reserved.