| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
S3Configuration |
S3Configuration.clone() |
S3Configuration |
ErrorReportConfiguration.getS3Configuration()
The S3 configuration for the error reports.
|
S3Configuration |
S3Configuration.withBucketName(String bucketName)
Name of the S3 bucket under which error reports will be created.
|
S3Configuration |
S3Configuration.withEncryptionOption(S3EncryptionOption encryptionOption)
Encryption at rest options for the error reports.
|
S3Configuration |
S3Configuration.withEncryptionOption(String encryptionOption)
Encryption at rest options for the error reports.
|
S3Configuration |
S3Configuration.withObjectKeyPrefix(String objectKeyPrefix)
Prefix for the error report key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorReportConfiguration.setS3Configuration(S3Configuration s3Configuration)
The S3 configuration for the error reports.
|
ErrorReportConfiguration |
ErrorReportConfiguration.withS3Configuration(S3Configuration s3Configuration)
The S3 configuration for the error reports.
|
Copyright © 2024. All rights reserved.