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