Interface LogPublishingOption.Builder

    • 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.