Class AssumeRoleAwsClientFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected <T extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder & software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder>
      T
      configure​(T clientBuilder)  
      software.amazon.awssdk.services.dynamodb.DynamoDbClient dynamo()
      Create a Amazon DynamoDB client
      software.amazon.awssdk.services.glue.GlueClient glue()
      create a AWS Glue client
      protected java.lang.String httpClientType()  
      void initialize​(java.util.Map<java.lang.String,​java.lang.String> properties)
      Initialize AWS client factory from catalog properties.
      software.amazon.awssdk.services.kms.KmsClient kms()
      Create a AWS KMS client
      protected java.lang.String region()  
      software.amazon.awssdk.services.s3.S3Client s3()
      create a Amazon S3 client
      protected java.lang.String s3Endpoint()  
      protected boolean s3UseArnRegionEnabled()  
      protected java.util.Set<software.amazon.awssdk.services.sts.model.Tag> tags()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AssumeRoleAwsClientFactory

        public AssumeRoleAwsClientFactory()
    • Method Detail

      • s3

        public software.amazon.awssdk.services.s3.S3Client s3()
        Description copied from interface: AwsClientFactory
        create a Amazon S3 client
        Specified by:
        s3 in interface AwsClientFactory
        Returns:
        s3 client
      • glue

        public software.amazon.awssdk.services.glue.GlueClient glue()
        Description copied from interface: AwsClientFactory
        create a AWS Glue client
        Specified by:
        glue in interface AwsClientFactory
        Returns:
        glue client
      • kms

        public software.amazon.awssdk.services.kms.KmsClient kms()
        Description copied from interface: AwsClientFactory
        Create a AWS KMS client
        Specified by:
        kms in interface AwsClientFactory
        Returns:
        kms client
      • dynamo

        public software.amazon.awssdk.services.dynamodb.DynamoDbClient dynamo()
        Description copied from interface: AwsClientFactory
        Create a Amazon DynamoDB client
        Specified by:
        dynamo in interface AwsClientFactory
        Returns:
        dynamoDB client
      • initialize

        public void initialize​(java.util.Map<java.lang.String,​java.lang.String> properties)
        Description copied from interface: AwsClientFactory
        Initialize AWS client factory from catalog properties.
        Specified by:
        initialize in interface AwsClientFactory
        Parameters:
        properties - catalog properties
      • configure

        protected <T extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder & software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder> T configure​(T clientBuilder)
      • tags

        protected java.util.Set<software.amazon.awssdk.services.sts.model.Tag> tags()
      • region

        protected java.lang.String region()
      • s3Endpoint

        protected java.lang.String s3Endpoint()
      • httpClientType

        protected java.lang.String httpClientType()
      • s3UseArnRegionEnabled

        protected boolean s3UseArnRegionEnabled()