Interface CloudWatchLogsDestination.Builder

  • Method Details

    • iamRoleArn

      CloudWatchLogsDestination.Builder iamRoleArn(String iamRoleArn)
      The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.
      Parameters:
      iamRoleArn - The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logGroupArn

      CloudWatchLogsDestination.Builder logGroupArn(String logGroupArn)
      The name of the Amazon CloudWatch Log Group that you want to record events in.
      Parameters:
      logGroupArn - The name of the Amazon CloudWatch Log Group that you want to record events in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.