Uses of Interface
software.amazon.awssdk.services.timestreamwrite.model.S3Configuration.Builder
-
Packages that use S3Configuration.Builder Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of S3Configuration.Builder in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return S3Configuration.Builder Modifier and Type Method Description S3Configuration.BuilderS3Configuration.Builder. bucketName(String bucketName)The bucket name of the customer S3 bucket.static S3Configuration.BuilderS3Configuration. builder()S3Configuration.BuilderS3Configuration.Builder. encryptionOption(String encryptionOption)The encryption option for the customer S3 location.S3Configuration.BuilderS3Configuration.Builder. encryptionOption(S3EncryptionOption encryptionOption)The encryption option for the customer S3 location.S3Configuration.BuilderS3Configuration.Builder. kmsKeyId(String kmsKeyId)The KMS key ID for the customer S3 location when encrypting with an Amazon Web Services managed key.S3Configuration.BuilderS3Configuration.Builder. objectKeyPrefix(String objectKeyPrefix)The object key preview for the customer S3 location.S3Configuration.BuilderS3Configuration. toBuilder()Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type S3Configuration.Builder Modifier and Type Method Description static Class<? extends S3Configuration.Builder>S3Configuration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type S3Configuration.Builder Modifier and Type Method Description default MagneticStoreRejectedDataLocation.BuilderMagneticStoreRejectedDataLocation.Builder. s3Configuration(Consumer<S3Configuration.Builder> s3Configuration)Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.
-