public static interface LogPublishingOption.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
LogPublishingOption.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.