Interface CloudWatchLoggingOption.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CloudWatchLoggingOption.Builder,CloudWatchLoggingOption>, SdkBuilder<CloudWatchLoggingOption.Builder,CloudWatchLoggingOption>, SdkPojo
Enclosing class:
CloudWatchLoggingOption

public static interface CloudWatchLoggingOption.Builder extends SdkPojo, CopyableBuilder<CloudWatchLoggingOption.Builder,CloudWatchLoggingOption>
  • Method Details

    • logStreamARN

      CloudWatchLoggingOption.Builder logStreamARN(String logStreamARN)

      ARN of the CloudWatch log to receive application messages.

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

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

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