Class Athena2ClientIAMProfileOptimizedImpl

java.lang.Object
org.apache.camel.component.aws2.athena.client.impl.Athena2ClientIAMProfileOptimizedImpl
All Implemented Interfaces:
Athena2InternalClient

public class Athena2ClientIAMProfileOptimizedImpl extends Object implements Athena2InternalClient
Manage an AWS Athena client for all users to use. This implementation is for local instances to use a static and solid credential set.
  • Constructor Details

    • Athena2ClientIAMProfileOptimizedImpl

      public Athena2ClientIAMProfileOptimizedImpl(Athena2Configuration configuration)
      Constructor that uses the config file.
  • Method Details

    • getAthenaClient

      public software.amazon.awssdk.services.athena.AthenaClient getAthenaClient()
      Getting the Lambda aws client that is used.
      Specified by:
      getAthenaClient in interface Athena2InternalClient
      Returns:
      Amazon Lambda Client.