Uses of Interface
org.apache.camel.builder.endpoint.dsl.Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder
Packages that use Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder
-
Uses of Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilderModifier and TypeMethodDescriptionAthena2EndpointBuilderFactory.Athena2EndpointBuilder.advanced()Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder.amazonAthenaClient(String amazonAthenaClient) The AmazonAthena instance to use as the client.Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder.amazonAthenaClient(software.amazon.awssdk.services.athena.AthenaClient amazonAthenaClient) The AmazonAthena instance to use as the client.Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder.clientRequestToken(String clientRequestToken) A unique string to ensure issues queries are idempotent.Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder.includeTrace(boolean includeTrace) Include useful trace information at the beginning of queries as an SQL comment (prefixed with --).Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder.includeTrace(String includeTrace) Include useful trace information at the beginning of queries as an SQL comment (prefixed with --).Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).