Interface CloudWatchLoggingOptions.Builder

    • Method Detail

      • enabled

        CloudWatchLoggingOptions.Builder enabled​(Boolean enabled)

        Enables or disables CloudWatch logging.

        Parameters:
        enabled - Enables or disables CloudWatch logging.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logGroupName

        CloudWatchLoggingOptions.Builder logGroupName​(String logGroupName)

        The CloudWatch group name for logging. This value is required if CloudWatch logging is enabled.

        Parameters:
        logGroupName - The CloudWatch group name for logging. This value is required if CloudWatch logging is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logStreamName

        CloudWatchLoggingOptions.Builder logStreamName​(String logStreamName)

        The CloudWatch log stream name for logging. This value is required if CloudWatch logging is enabled.

        Parameters:
        logStreamName - The CloudWatch log stream name for logging. This value is required if CloudWatch logging is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.