Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DataSource.Builder
-
Packages that use DataSource.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of DataSource.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DataSource.Builder Modifier and Type Method Description static DataSource.BuilderDataSource. builder()DataSource.BuilderDataSource.Builder. name(String name)The name of the data source.DataSource.BuilderDataSource. toBuilder()DataSource.BuilderDataSource.Builder. type(String type)The type of the data source.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DataSource.Builder Modifier and Type Method Description static Class<? extends DataSource.Builder>DataSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DataSource.Builder Modifier and Type Method Description default AssociateSourceToS3TableIntegrationRequest.BuilderAssociateSourceToS3TableIntegrationRequest.Builder. dataSource(Consumer<DataSource.Builder> dataSource)The data source to associate with the S3 Table Integration.default S3TableIntegrationSource.BuilderS3TableIntegrationSource.Builder. dataSource(Consumer<DataSource.Builder> dataSource)The data source associated with the S3 Table Integration.
-