Class Athena2ClientFactory

java.lang.Object
org.apache.camel.component.aws2.athena.client.Athena2ClientFactory

public final class Athena2ClientFactory extends Object
Factory class to return the correct type of AWS Athena client.
  • Method Details

    • getAWSAthenaClient

      public static Athena2InternalClient getAWSAthenaClient(Athena2Configuration configuration)
      Return the correct AWS Athena client (based on remote vs local).
      Parameters:
      configuration - configuration
      Returns:
      AthenaClient