Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.OpenSearchDataSource.Builder
Packages that use OpenSearchDataSource.Builder
-
Uses of OpenSearchDataSource.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return OpenSearchDataSource.BuilderModifier and TypeMethodDescriptionstatic OpenSearchDataSource.BuilderOpenSearchDataSource.builder()OpenSearchDataSource.Builder.dataSourceName(String dataSourceName) The name of the OpenSearch Service data source.default OpenSearchDataSource.BuilderOpenSearchDataSource.Builder.status(Consumer<OpenSearchResourceStatus.Builder> status) This structure contains information about the status of this OpenSearch Service resource.OpenSearchDataSource.Builder.status(OpenSearchResourceStatus status) This structure contains information about the status of this OpenSearch Service resource.OpenSearchDataSource.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type OpenSearchDataSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OpenSearchDataSource.Builder>OpenSearchDataSource.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type OpenSearchDataSource.BuilderModifier and TypeMethodDescriptionOpenSearchIntegrationDetails.Builder.dataSource(Consumer<OpenSearchDataSource.Builder> dataSource) This structure contains information about the OpenSearch Service data source used for this integration.