Interface ConnectionLogOptions.Builder

    • Method Detail

      • enabled

        ConnectionLogOptions.Builder enabled​(Boolean enabled)

        Indicates whether connection logging is enabled.

        Parameters:
        enabled - Indicates whether connection logging is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cloudwatchLogGroup

        ConnectionLogOptions.Builder cloudwatchLogGroup​(String cloudwatchLogGroup)

        The name of the CloudWatch Logs log group. Required if connection logging is enabled.

        Parameters:
        cloudwatchLogGroup - The name of the CloudWatch Logs log group. Required if connection logging is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cloudwatchLogStream

        ConnectionLogOptions.Builder cloudwatchLogStream​(String cloudwatchLogStream)

        The name of the CloudWatch Logs log stream to which the connection data is published.

        Parameters:
        cloudwatchLogStream - The name of the CloudWatch Logs log stream to which the connection data is published.
        Returns:
        Returns a reference to this object so that method calls can be chained together.