public static interface LogPublishingOption.Builder extends SdkPojo, CopyableBuilder<LogPublishingOption.Builder,LogPublishingOption>
| Modifier and Type | Method and Description |
|---|---|
LogPublishingOption.Builder |
cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.
|
LogPublishingOption.Builder |
enabled(Boolean enabled)
Whether the log should be published.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogPublishingOption.Builder cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.
cloudWatchLogsLogGroupArn - The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.LogPublishingOption.Builder enabled(Boolean enabled)
Whether the log should be published.
enabled - Whether the log should be published.Copyright © 2022. All rights reserved.