public static interface Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder |
basic() |
default Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder |
clientRequestToken(String clientRequestToken)
A unique string to ensure issues queries are idempotent.
|
default Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder basic()
default Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder clientRequestToken(String clientRequestToken)
clientRequestToken - the value to setdefault Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel