Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.OpenSearchResourceConfig.Builder
Packages that use OpenSearchResourceConfig.Builder
-
Uses of OpenSearchResourceConfig.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return OpenSearchResourceConfig.BuilderModifier and TypeMethodDescriptionOpenSearchResourceConfig.Builder.applicationArn(String applicationArn) If you want to use an existing OpenSearch Service application for your integration with OpenSearch Service, specify it here.OpenSearchResourceConfig.builder()OpenSearchResourceConfig.Builder.dashboardViewerPrincipals(String... dashboardViewerPrincipals) Specify the ARNs of IAM roles and IAM users who you want to grant permission to for viewing the dashboards.OpenSearchResourceConfig.Builder.dashboardViewerPrincipals(Collection<String> dashboardViewerPrincipals) Specify the ARNs of IAM roles and IAM users who you want to grant permission to for viewing the dashboards.OpenSearchResourceConfig.Builder.dataSourceRoleArn(String dataSourceRoleArn) Specify the ARN of an IAM role that CloudWatch Logs will use to create the integration.To have the vended dashboard data encrypted with KMS instead of the CloudWatch Logs default encryption method, specify the ARN of the KMS key that you want to use.OpenSearchResourceConfig.Builder.retentionDays(Integer retentionDays) Specify how many days that you want the data derived by OpenSearch Service to be retained in the index that the dashboard refers to.OpenSearchResourceConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type OpenSearchResourceConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OpenSearchResourceConfig.Builder>OpenSearchResourceConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type OpenSearchResourceConfig.BuilderModifier and TypeMethodDescriptionstatic ResourceConfigResourceConfig.fromOpenSearchResourceConfig(Consumer<OpenSearchResourceConfig.Builder> openSearchResourceConfig) Create an instance of this class withResourceConfig.openSearchResourceConfig()initialized to the given value.default ResourceConfig.BuilderResourceConfig.Builder.openSearchResourceConfig(Consumer<OpenSearchResourceConfig.Builder> openSearchResourceConfig) This structure contains configuration details about an integration between CloudWatch Logs and OpenSearch Service.