Package | Description |
---|---|
com.amazonaws.services.timestreamwrite.model |
Modifier and Type | Method and Description |
---|---|
S3Configuration |
S3Configuration.clone() |
S3Configuration |
MagneticStoreRejectedDataLocation.getS3Configuration()
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic
store writes.
|
S3Configuration |
S3Configuration.withBucketName(String bucketName)
>Bucket name of the customer S3 bucket.
|
S3Configuration |
S3Configuration.withEncryptionOption(S3EncryptionOption encryptionOption)
Encryption option for the customer s3 location.
|
S3Configuration |
S3Configuration.withEncryptionOption(String encryptionOption)
Encryption option for the customer s3 location.
|
S3Configuration |
S3Configuration.withKmsKeyId(String kmsKeyId)
KMS key id for the customer s3 location when encrypting with a KMS managed key.
|
S3Configuration |
S3Configuration.withObjectKeyPrefix(String objectKeyPrefix)
Object key preview for the customer S3 location.
|
Modifier and Type | Method and Description |
---|---|
void |
MagneticStoreRejectedDataLocation.setS3Configuration(S3Configuration s3Configuration)
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic
store writes.
|
MagneticStoreRejectedDataLocation |
MagneticStoreRejectedDataLocation.withS3Configuration(S3Configuration s3Configuration)
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic
store writes.
|
Copyright © 2022. All rights reserved.