Interface LogPublishingOption.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LogPublishingOption.Builder,,LogPublishingOption> SdkBuilder<LogPublishingOption.Builder,,LogPublishingOption> SdkPojo
- Enclosing class:
 LogPublishingOption
public static interface LogPublishingOption.Builder
extends SdkPojo, CopyableBuilder<LogPublishingOption.Builder,LogPublishingOption> 
- 
Method Summary
Modifier and TypeMethodDescriptioncloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn) Sets the value of the CloudWatchLogsLogGroupArn property for this object.Specifies whether given log publishing option is enabled or not.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
Sets the value of the CloudWatchLogsLogGroupArn property for this object.- Parameters:
 cloudWatchLogsLogGroupArn- The new value for the CloudWatchLogsLogGroupArn property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
enabled
Specifies whether given log publishing option is enabled or not.
- Parameters:
 enabled- Specifies whether given log publishing option is enabled or not.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -