Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.S3TableIntegrationSource.Builder
Packages that use S3TableIntegrationSource.Builder
-
Uses of S3TableIntegrationSource.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return S3TableIntegrationSource.BuilderModifier and TypeMethodDescriptionS3TableIntegrationSource.builder()S3TableIntegrationSource.Builder.createdTimeStamp(Long createdTimeStamp) The timestamp when the data source association was created.default S3TableIntegrationSource.BuilderS3TableIntegrationSource.Builder.dataSource(Consumer<DataSource.Builder> dataSource) The data source associated with the S3 Table Integration.S3TableIntegrationSource.Builder.dataSource(DataSource dataSource) The data source associated with the S3 Table Integration.S3TableIntegrationSource.Builder.identifier(String identifier) The unique identifier for this data source association.S3TableIntegrationSource.Builder.parentSourceIdentifier(String parentSourceIdentifier) The identifier of the parent data source for this association.The current status of the data source association.S3TableIntegrationSource.Builder.status(S3TableIntegrationSourceStatus status) The current status of the data source association.S3TableIntegrationSource.Builder.statusReason(String statusReason) Additional information about the status of the data source association.S3TableIntegrationSource.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type S3TableIntegrationSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3TableIntegrationSource.Builder>S3TableIntegrationSource.serializableBuilderClass()