public static interface Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.athena.Athena2Component>
| Modifier and Type | Method and Description |
|---|---|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
amazonAthenaClient(software.amazon.awssdk.services.athena.AthenaClient amazonAthenaClient)
The AmazonAthena instance to use as the client.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
clientRequestToken(String clientRequestToken)
A unique string to ensure issues queries are idempotent.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
configuration(org.apache.camel.component.aws2.athena.Athena2Configuration configuration)
The component configuration.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
database(String database)
The Athena database to use.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
delay(long delay)
Milliseconds before the next poll for query execution status.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
encryptionOption(software.amazon.awssdk.services.athena.model.EncryptionOption encryptionOption)
The encryption type to use when storing query results in S3.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
includeTrace(boolean includeTrace)
Include useful trace information at the beginning of queries as an
SQL comment (prefixed with --).
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll for query execution status.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
kmsKey(String kmsKey)
For SSE-KMS and CSE-KMS, this is the KMS key ARN or ID.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
maxAttempts(int maxAttempts)
Maximum number of times to attempt a query.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
maxResults(Integer maxResults)
Max number of results to return for the given operation (if supported
by the Athena API endpoint).
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
nextToken(String nextToken)
Pagination token to use in the case where the response from the
previous request was truncated.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
operation(org.apache.camel.component.aws2.athena.Athena2Operations operation)
The Athena API function to call.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
outputLocation(String outputLocation)
The location in Amazon S3 where query results are stored, such as
s3://path/to/query/bucket/.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
outputType(org.apache.camel.component.aws2.athena.Athena2OutputType outputType)
How query results should be returned.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the Athena client.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Athena client.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Athena client.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
queryExecutionId(String queryExecutionId)
The unique ID identifying the query execution.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
queryString(String queryString)
The SQL query to run.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
region(String region)
The region in which Athena client needs to work.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
resetWaitTimeoutOnRetry(boolean resetWaitTimeoutOnRetry)
Reset the waitTimeout countdown in the event of a query retry.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
retry(String retry)
Optional comma separated list of error types to retry the query for.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
waitTimeout(long waitTimeout)
Optional max wait time in millis to wait for a successful query
completion.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
workGroup(String workGroup)
The workgroup to use for running the query.
|
build, build, doSetProperty, registerdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder amazonAthenaClient(software.amazon.awssdk.services.athena.AthenaClient amazonAthenaClient)
amazonAthenaClient - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder configuration(org.apache.camel.component.aws2.athena.Athena2Configuration configuration)
configuration - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder database(String database)
database - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder delay(long delay)
delay - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder encryptionOption(software.amazon.awssdk.services.athena.model.EncryptionOption encryptionOption)
encryptionOption - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder includeTrace(boolean includeTrace)
includeTrace - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder kmsKey(String kmsKey)
kmsKey - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder maxAttempts(int maxAttempts)
maxAttempts - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder maxResults(Integer maxResults)
maxResults - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder nextToken(String nextToken)
nextToken - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder operation(org.apache.camel.component.aws2.athena.Athena2Operations operation)
operation - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder outputLocation(String outputLocation)
outputLocation - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder outputType(org.apache.camel.component.aws2.athena.Athena2OutputType outputType)
outputType - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder queryExecutionId(String queryExecutionId)
queryExecutionId - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder queryString(String queryString)
queryString - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder region(String region)
region - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder resetWaitTimeoutOnRetry(boolean resetWaitTimeoutOnRetry)
resetWaitTimeoutOnRetry - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder retry(String retry)
retry - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder secretKey(String secretKey)
secretKey - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder waitTimeout(long waitTimeout)
waitTimeout - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder workGroup(String workGroup)
workGroup - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder clientRequestToken(String clientRequestToken)
clientRequestToken - the value to setApache Camel