Interface CloudWatchLogsUpdateInput.Builder

  • Method Details

    • 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

      CloudWatchLogsUpdateInput.Builder logGroupName(String logGroupName)

      The name of the Amazon CloudWatch Logs log group.

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

      CloudWatchLogsUpdateInput.Builder logStreamName(String logStreamName)

      The name of the Amazon CloudWatch Logs log stream.

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