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 Details

    • 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

      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.