| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
ComponentsBuilderFactory.aws2Athena()
AWS 2 Athena (camel-aws2-athena)
Access AWS Athena service using AWS SDK version 2.x.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.amazonAthenaClient(software.amazon.awssdk.services.athena.AthenaClient amazonAthenaClient)
The AmazonAthena instance to use as the client.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.aws2Athena()
AWS 2 Athena (camel-aws2-athena)
Access AWS Athena service using AWS SDK version 2.x.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.clientRequestToken(String clientRequestToken)
A unique string to ensure issues queries are idempotent.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.configuration(org.apache.camel.component.aws2.athena.Athena2Configuration configuration)
The component configuration.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.database(String database)
The Athena database to use.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.delay(long delay)
Milliseconds before the next poll for query execution status.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
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 |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.includeTrace(boolean includeTrace)
Include useful trace information at the beginning of queries as an
SQL comment (prefixed with --).
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.initialDelay(long initialDelay)
Milliseconds before the first poll for query execution status.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.kmsKey(String kmsKey)
For SSE-KMS and CSE-KMS, this is the KMS key ARN or ID.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.maxAttempts(int maxAttempts)
Maximum number of times to attempt a query.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
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 |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.nextToken(String nextToken)
Pagination token to use in the case where the response from the
previous request was truncated.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.operation(org.apache.camel.component.aws2.athena.Athena2Operations operation)
The Athena API function to call.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
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 |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.outputType(org.apache.camel.component.aws2.athena.Athena2OutputType outputType)
How query results should be returned.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the Athena client.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Athena client.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Athena client.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.queryExecutionId(String queryExecutionId)
The unique ID identifying the query execution.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.queryString(String queryString)
The SQL query to run.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.region(String region)
The region in which Athena client needs to work.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.resetWaitTimeoutOnRetry(boolean resetWaitTimeoutOnRetry)
Reset the waitTimeout countdown in the event of a query retry.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.retry(String retry)
Optional comma separated list of error types to retry the query for.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.waitTimeout(long waitTimeout)
Optional max wait time in millis to wait for a successful query
completion.
|
default Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder.workGroup(String workGroup)
The workgroup to use for running the query.
|
Apache Camel