| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder |
AwsElasticsearchDomainLogPublishingOptionsLogConfig.builder() |
AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder |
AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder.cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The ARN of the CloudWatch Logs group to publish the logs to.
|
AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder |
AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder.enabled(Boolean enabled)
Whether the log publishing is enabled.
|
AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder |
AwsElasticsearchDomainLogPublishingOptionsLogConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder> |
AwsElasticsearchDomainLogPublishingOptionsLogConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsElasticsearchDomainLogPublishingOptions.Builder |
AwsElasticsearchDomainLogPublishingOptions.Builder.auditLogs(Consumer<AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder> auditLogs)
Sets the value of the AuditLogs property for this object.
|
default AwsElasticsearchDomainLogPublishingOptions.Builder |
AwsElasticsearchDomainLogPublishingOptions.Builder.indexSlowLogs(Consumer<AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder> indexSlowLogs)
Configures the OpenSearch index logs publishing.
|
default AwsElasticsearchDomainLogPublishingOptions.Builder |
AwsElasticsearchDomainLogPublishingOptions.Builder.searchSlowLogs(Consumer<AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder> searchSlowLogs)
Configures the OpenSearch search slow log publishing.
|
Copyright © 2023. All rights reserved.