public static interface LogPublishingOption.Builder extends CopyableBuilder<LogPublishingOption.Builder,LogPublishingOption>
| Modifier and Type | Method and Description |
|---|---|
LogPublishingOption.Builder |
cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
Sets the value of the CloudWatchLogsLogGroupArn property for this object.
|
LogPublishingOption.Builder |
enabled(Boolean enabled)
Specifies whether given log publishing option is enabled or not.
|
copyapply, buildLogPublishingOption.Builder cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
cloudWatchLogsLogGroupArn - The new value for the CloudWatchLogsLogGroupArn property for this object.LogPublishingOption.Builder enabled(Boolean enabled)
Specifies whether given log publishing option is enabled or not.
enabled - Specifies whether given log publishing option is enabled or not.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.