Interface LogPublishingOption.Builder

    • Method Detail

      • 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

        LogPublishingOption.Builder enabled​(Boolean 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.