Class Translate2ClientStandardImpl

java.lang.Object
org.apache.camel.component.aws2.translate.client.impl.Translate2ClientStandardImpl
All Implemented Interfaces:
Translate2InternalClient

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

    • Translate2ClientStandardImpl

      public Translate2ClientStandardImpl(Translate2Configuration configuration)
      Constructor that uses the config file.
  • Method Details

    • getTranslateClient

      public software.amazon.awssdk.services.translate.TranslateClient getTranslateClient()
      Getting the Translate aws client that is used.
      Specified by:
      getTranslateClient in interface Translate2InternalClient
      Returns:
      Amazon Translate Client.