Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsOpenSearchServiceDomainLogPublishingOption.Builder
-
Packages that use AwsOpenSearchServiceDomainLogPublishingOption.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsOpenSearchServiceDomainLogPublishingOption.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsOpenSearchServiceDomainLogPublishingOption.Builder Modifier and Type Method Description static AwsOpenSearchServiceDomainLogPublishingOption.BuilderAwsOpenSearchServiceDomainLogPublishingOption. builder()AwsOpenSearchServiceDomainLogPublishingOption.BuilderAwsOpenSearchServiceDomainLogPublishingOption.Builder. cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)The ARN of the CloudWatch Logs group to publish the logs to.AwsOpenSearchServiceDomainLogPublishingOption.BuilderAwsOpenSearchServiceDomainLogPublishingOption.Builder. enabled(Boolean enabled)Whether the log publishing is enabled.AwsOpenSearchServiceDomainLogPublishingOption.BuilderAwsOpenSearchServiceDomainLogPublishingOption. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsOpenSearchServiceDomainLogPublishingOption.Builder Modifier and Type Method Description static Class<? extends AwsOpenSearchServiceDomainLogPublishingOption.Builder>AwsOpenSearchServiceDomainLogPublishingOption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsOpenSearchServiceDomainLogPublishingOption.Builder Modifier and Type Method Description default AwsOpenSearchServiceDomainLogPublishingOptionsDetails.BuilderAwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder. auditLogs(Consumer<AwsOpenSearchServiceDomainLogPublishingOption.Builder> auditLogs)Configures the OpenSearch audit logs publishing.default AwsOpenSearchServiceDomainLogPublishingOptionsDetails.BuilderAwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder. indexSlowLogs(Consumer<AwsOpenSearchServiceDomainLogPublishingOption.Builder> indexSlowLogs)Configures the OpenSearch index logs publishing.default AwsOpenSearchServiceDomainLogPublishingOptionsDetails.BuilderAwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder. searchSlowLogs(Consumer<AwsOpenSearchServiceDomainLogPublishingOption.Builder> searchSlowLogs)Configures the OpenSearch search slow log publishing.
-