Interface AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder,,AwsElasticsearchDomainLogPublishingOptionsLogConfig> SdkBuilder<AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder,,AwsElasticsearchDomainLogPublishingOptionsLogConfig> SdkPojo
- Enclosing class:
 AwsElasticsearchDomainLogPublishingOptionsLogConfig
public static interface AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder
extends SdkPojo, CopyableBuilder<AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder,AwsElasticsearchDomainLogPublishingOptionsLogConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptioncloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn) The ARN of the CloudWatch Logs group to publish the logs to.Whether the log publishing is enabled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
cloudWatchLogsLogGroupArn
AwsElasticsearchDomainLogPublishingOptionsLogConfig.Builder cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn) The ARN of the CloudWatch Logs group to publish the logs to.
- Parameters:
 cloudWatchLogsLogGroupArn- The ARN of the CloudWatch Logs group to publish the logs to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
enabled
Whether the log publishing is enabled.
- Parameters:
 enabled- Whether the log publishing is enabled.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -