Interface CloudWatchLogsDestination.Builder

  • Method Details

    • iamRoleArn

      CloudWatchLogsDestination.Builder iamRoleArn(String iamRoleArn)

      The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.

      Parameters:
      iamRoleArn - The Amazon Resource Name (ARN) of an Identity and Access Management 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.