Interface CloudWatchLogs.Builder

  • Method Details

    • enabled

      CloudWatchLogs.Builder enabled(Boolean enabled)

      Specifies whether logging to Amazon CloudWatch Logs is enabled.

      Parameters:
      enabled - Specifies whether logging to Amazon CloudWatch Logs is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logGroupName

      CloudWatchLogs.Builder logGroupName(String logGroupName)

      The name of the Amazon CloudWatch Logs log group. Defaults to /aws/kinesis/{channelName}/{channelId}.

      Parameters:
      logGroupName - The name of the Amazon CloudWatch Logs log group. Defaults to /aws/kinesis/{channelName}/{channelId}.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logStreamName

      CloudWatchLogs.Builder logStreamName(String logStreamName)

      The name of the Amazon CloudWatch Logs log stream. Defaults to DestinationDelivery.

      Parameters:
      logStreamName - The name of the Amazon CloudWatch Logs log stream. Defaults to DestinationDelivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.