Class GenericApiGatewayClientBuilder

java.lang.Object
org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder

public class GenericApiGatewayClientBuilder extends Object
  • Field Details

    • endpoint

      private String endpoint
    • region

      private com.amazonaws.regions.Region region
    • credentials

      private com.amazonaws.auth.AWSCredentialsProvider credentials
    • clientConfiguration

      private com.amazonaws.ClientConfiguration clientConfiguration
    • apiKey

      private String apiKey
    • httpClient

      private com.amazonaws.http.AmazonHttpClient httpClient
  • Constructor Details

    • GenericApiGatewayClientBuilder

      public GenericApiGatewayClientBuilder()
  • Method Details