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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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, sdkFields
-
-
-
-
Method Detail
-
cloudWatchLogsLogGroupArn
LogPublishingOption.Builder cloudWatchLogsLogGroupArn(String 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
LogPublishingOption.Builder enabled(Boolean 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.
-
-