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)

      The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.

      Parameters:
      cloudWatchLogsLogGroupArn - The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabled

      Whether the log should be published.

      Parameters:
      enabled - Whether the log should be published.
      Returns:
      Returns a reference to this object so that method calls can be chained together.