Uses of Interface
software.amazon.awssdk.services.timestreamwrite.model.ReportS3Configuration.Builder
-
Packages that use ReportS3Configuration.Builder Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of ReportS3Configuration.Builder in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return ReportS3Configuration.Builder Modifier and Type Method Description ReportS3Configuration.BuilderReportS3Configuration.Builder. bucketName(String bucketName)static ReportS3Configuration.BuilderReportS3Configuration. builder()ReportS3Configuration.BuilderReportS3Configuration.Builder. encryptionOption(String encryptionOption)ReportS3Configuration.BuilderReportS3Configuration.Builder. encryptionOption(S3EncryptionOption encryptionOption)ReportS3Configuration.BuilderReportS3Configuration.Builder. kmsKeyId(String kmsKeyId)ReportS3Configuration.BuilderReportS3Configuration.Builder. objectKeyPrefix(String objectKeyPrefix)ReportS3Configuration.BuilderReportS3Configuration. toBuilder()Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type ReportS3Configuration.Builder Modifier and Type Method Description static Class<? extends ReportS3Configuration.Builder>ReportS3Configuration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type ReportS3Configuration.Builder Modifier and Type Method Description default ReportConfiguration.BuilderReportConfiguration.Builder. reportS3Configuration(Consumer<ReportS3Configuration.Builder> reportS3Configuration)Configuration of an S3 location to write error reports and events for a batch load.
-