Uses of Interface
org.apache.camel.builder.component.dsl.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder
Packages that use Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder
-
Uses of Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2RedshiftData()AWS RedshiftData (camel-aws2-redshift) Perform operations on AWS Redshift using Redshift Data API. -
Uses of Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilderModifier and TypeMethodDescriptionAws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.accessKey(String accessKey) Amazon AWS Access Key.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2RedshiftDataComponentBuilderFactory.aws2RedshiftData()AWS RedshiftData (camel-aws2-redshift) Perform operations on AWS Redshift using Redshift Data API.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.awsRedshiftDataClient(software.amazon.awssdk.services.redshiftdata.RedshiftDataClient awsRedshiftDataClient) To use an existing configured AwsRedshiftDataClient client.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.configuration(org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration configuration) Component configuration.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.operation(org.apache.camel.component.aws2.redshift.data.RedshiftData2Operations operation) The operation to perform.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.proxyHost(String proxyHost) To define a proxy host when instantiating the RedshiftData client.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.proxyPort(Integer proxyPort) To define a proxy port when instantiating the RedshiftData client.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the RedshiftData client.The region in which RedshiftData client needs to work.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.secretKey(String secretKey) Amazon AWS Secret Key.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the RedshiftData client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the RedshiftData client should expect to load credentials through a profile credentials provider.Aws2RedshiftDataComponentBuilderFactory.Aws2RedshiftDataComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Redshift client should expect to use Session Credentials.