Class Athena2ClientStandardImpl

  • All Implemented Interfaces:
    Athena2InternalClient

    public class Athena2ClientStandardImpl
    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 Detail

      • Athena2ClientStandardImpl

        public Athena2ClientStandardImpl​(Athena2Configuration configuration)
        Constructor that uses the config file.
    • Method Detail

      • getAthenaClient

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