Interface ConnectAction.Builder

  • Method Details

    • instanceARN

      ConnectAction.Builder instanceARN(String instanceARN)

      The Amazon Resource Name (ARN) for the Amazon Connect instance that Amazon SES integrates with for starting email contacts.

      For more information about Amazon Connect instances, see the Amazon Connect Administrator Guide

      Parameters:
      instanceARN - The Amazon Resource Name (ARN) for the Amazon Connect instance that Amazon SES integrates with for starting email contacts.

      For more information about Amazon Connect instances, see the Amazon Connect Administrator Guide

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iamRoleARN

      ConnectAction.Builder iamRoleARN(String iamRoleARN)

      The Amazon Resource Name (ARN) of the IAM role to be used by Amazon Simple Email Service while starting email contacts to the Amazon Connect instance. This role should have permission to invoke connect:StartEmailContact for the given Amazon Connect instance.

      Parameters:
      iamRoleARN - The Amazon Resource Name (ARN) of the IAM role to be used by Amazon Simple Email Service while starting email contacts to the Amazon Connect instance. This role should have permission to invoke connect:StartEmailContact for the given Amazon Connect instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.