Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.S3Configuration.Builder
-
Packages that use S3Configuration.Builder Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of S3Configuration.Builder in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return S3Configuration.Builder Modifier and Type Method Description S3Configuration.BuilderS3Configuration.Builder. bucketName(String bucketName)Name of the S3 bucket under which error reports will be created.static S3Configuration.BuilderS3Configuration. builder()S3Configuration.BuilderS3Configuration.Builder. encryptionOption(String encryptionOption)Encryption at rest options for the error reports.S3Configuration.BuilderS3Configuration.Builder. encryptionOption(S3EncryptionOption encryptionOption)Encryption at rest options for the error reports.S3Configuration.BuilderS3Configuration.Builder. objectKeyPrefix(String objectKeyPrefix)Prefix for the error report key.S3Configuration.BuilderS3Configuration. toBuilder()Methods in software.amazon.awssdk.services.timestreamquery.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.timestreamquery.model with type arguments of type S3Configuration.Builder Modifier and Type Method Description default ErrorReportConfiguration.BuilderErrorReportConfiguration.Builder. s3Configuration(Consumer<S3Configuration.Builder> s3Configuration)The S3 configuration for the error reports.
-