Interface CloudWatchLoggingOptionUpdate.Builder

  • Method Details

    • cloudWatchLoggingOptionId

      CloudWatchLoggingOptionUpdate.Builder cloudWatchLoggingOptionId(String cloudWatchLoggingOptionId)

      ID of the CloudWatch logging option to update

      Parameters:
      cloudWatchLoggingOptionId - ID of the CloudWatch logging option to update
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logStreamARNUpdate

      CloudWatchLoggingOptionUpdate.Builder logStreamARNUpdate(String logStreamARNUpdate)

      ARN of the CloudWatch log to receive application messages.

      Parameters:
      logStreamARNUpdate - ARN of the CloudWatch log to receive application messages.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleARNUpdate

      CloudWatchLoggingOptionUpdate.Builder roleARNUpdate(String roleARNUpdate)

      IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

      Parameters:
      roleARNUpdate - IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.