Interface AwsOpenSearchServiceDomainLogPublishingOption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsOpenSearchServiceDomainLogPublishingOption.Builder,AwsOpenSearchServiceDomainLogPublishingOption>,SdkBuilder<AwsOpenSearchServiceDomainLogPublishingOption.Builder,AwsOpenSearchServiceDomainLogPublishingOption>,SdkPojo
- Enclosing class:
- AwsOpenSearchServiceDomainLogPublishingOption
public static interface AwsOpenSearchServiceDomainLogPublishingOption.Builder extends SdkPojo, CopyableBuilder<AwsOpenSearchServiceDomainLogPublishingOption.Builder,AwsOpenSearchServiceDomainLogPublishingOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsOpenSearchServiceDomainLogPublishingOption.BuildercloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)The ARN of the CloudWatch Logs group to publish the logs to.AwsOpenSearchServiceDomainLogPublishingOption.Builderenabled(Boolean enabled)Whether the log publishing is enabled.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cloudWatchLogsLogGroupArn
AwsOpenSearchServiceDomainLogPublishingOption.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
AwsOpenSearchServiceDomainLogPublishingOption.Builder enabled(Boolean 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.
-
-