Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.OpenSearchDataSource.Builder
-
Packages that use OpenSearchDataSource.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of OpenSearchDataSource.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return OpenSearchDataSource.Builder Modifier and Type Method Description static OpenSearchDataSource.BuilderOpenSearchDataSource. builder()OpenSearchDataSource.BuilderOpenSearchDataSource.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.BuilderOpenSearchDataSource.Builder. status(OpenSearchResourceStatus status)This structure contains information about the status of this OpenSearch Service resource.OpenSearchDataSource.BuilderOpenSearchDataSource. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type OpenSearchDataSource.Builder Modifier and Type Method Description static Class<? extends OpenSearchDataSource.Builder>OpenSearchDataSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type OpenSearchDataSource.Builder Modifier and Type Method Description default OpenSearchIntegrationDetails.BuilderOpenSearchIntegrationDetails.Builder. dataSource(Consumer<OpenSearchDataSource.Builder> dataSource)This structure contains information about the OpenSearch Service data source used for this integration.
-