Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.S3TablesIntegration.Builder
Packages that use S3TablesIntegration.Builder
-
Uses of S3TablesIntegration.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return S3TablesIntegration.BuilderModifier and TypeMethodDescriptionstatic S3TablesIntegration.BuilderS3TablesIntegration.builder()S3TablesIntegration.Builder.datasourceName(String datasourceName) The name of the S3 Tables datasource.S3TablesIntegration.Builder.datasourceType(String datasourceType) The type of the S3 Tables datasource.S3TablesIntegration.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type S3TablesIntegration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3TablesIntegration.Builder>S3TablesIntegration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type S3TablesIntegration.BuilderModifier and TypeMethodDescriptiondefault ConfigurationTemplate.BuilderConfigurationTemplate.Builder.s3TablesIntegration(Consumer<S3TablesIntegration.Builder> s3TablesIntegration) The S3 Tables integration configuration for this configuration template, including the datasource name and type.