Interface Athena2EndpointBuilderFactory.Athena2EndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- Athena2EndpointBuilderFactory
public static interface Athena2EndpointBuilderFactory.Athena2EndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the AWS 2 Athena component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
accessKey(String accessKey)
Amazon AWS Access Key.default Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder
advanced()
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
amazonAthenaClient(Object amazonAthenaClient)
The AmazonAthena instance to use as the client.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
amazonAthenaClient(String amazonAthenaClient)
The AmazonAthena instance to use as the client.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
database(String database)
The Athena database to use.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
delay(long delay)
Milliseconds before the next poll for query execution status.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
delay(String delay)
Milliseconds before the next poll for query execution status.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
encryptionOption(String encryptionOption)
The encryption type to use when storing query results in S3.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
encryptionOption(Athena2EndpointBuilderFactory.EncryptionOption encryptionOption)
The encryption type to use when storing query results in S3.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
includeTrace(boolean includeTrace)
Include useful trace information at the beginning of queries as an SQL comment (prefixed with --).default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
includeTrace(String includeTrace)
Include useful trace information at the beginning of queries as an SQL comment (prefixed with --).default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
initialDelay(long initialDelay)
Milliseconds before the first poll for query execution status.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
initialDelay(String initialDelay)
Milliseconds before the first poll for query execution status.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
kmsKey(String kmsKey)
For SSE-KMS and CSE-KMS, this is the KMS key ARN or ID.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
maxAttempts(int maxAttempts)
Maximum number of times to attempt a query.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
maxAttempts(String maxAttempts)
Maximum number of times to attempt a query.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
maxResults(Integer maxResults)
Max number of results to return for the given operation (if supported by the Athena API endpoint).default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
maxResults(String maxResults)
Max number of results to return for the given operation (if supported by the Athena API endpoint).default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
nextToken(String nextToken)
Pagination token to use in the case where the response from the previous request was truncated.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
operation(String operation)
The Athena API function to call.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
operation(Athena2EndpointBuilderFactory.Athena2Operations operation)
The Athena API function to call.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
outputLocation(String outputLocation)
The location in Amazon S3 where query results are stored, such as s3://path/to/query/bucket/.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
outputType(String outputType)
How query results should be returned.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
outputType(Athena2EndpointBuilderFactory.Athena2OutputType outputType)
How query results should be returned.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
proxyHost(String proxyHost)
To define a proxy host when instantiating the Athena client.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Athena client.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
proxyPort(String proxyPort)
To define a proxy port when instantiating the Athena client.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the Athena client.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
proxyProtocol(Athena2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Athena client.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
queryExecutionId(String queryExecutionId)
The unique ID identifying the query execution.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
queryString(String queryString)
The SQL query to run.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
region(String region)
The region in which Athena client needs to work.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
resetWaitTimeoutOnRetry(boolean resetWaitTimeoutOnRetry)
Reset the waitTimeout countdown in the event of a query retry.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
resetWaitTimeoutOnRetry(String resetWaitTimeoutOnRetry)
Reset the waitTimeout countdown in the event of a query retry.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
retry(String retry)
Optional comma separated list of error types to retry the query for.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
secretKey(String secretKey)
Amazon AWS Secret Key.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
waitTimeout(long waitTimeout)
Optional max wait time in millis to wait for a successful query completion.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
waitTimeout(String waitTimeout)
Optional max wait time in millis to wait for a successful query completion.default Athena2EndpointBuilderFactory.Athena2EndpointBuilder
workGroup(String workGroup)
The workgroup to use for running the query.
-
-
-
Method Detail
-
advanced
default Athena2EndpointBuilderFactory.AdvancedAthena2EndpointBuilder advanced()
-
accessKey
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder accessKey(String accessKey)
Amazon AWS Access Key. The option is a:java.lang.String
type. Group: producer
-
amazonAthenaClient
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder amazonAthenaClient(Object amazonAthenaClient)
The AmazonAthena instance to use as the client. The option is a:software.amazon.awssdk.services.athena.AthenaClient
type. Group: producer
-
amazonAthenaClient
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder amazonAthenaClient(String amazonAthenaClient)
The AmazonAthena instance to use as the client. The option will be converted to asoftware.amazon.awssdk.services.athena.AthenaClient
type. Group: producer
-
database
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder database(String database)
The Athena database to use. The option is a:java.lang.String
type. Group: producer
-
delay
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder delay(long delay)
Milliseconds before the next poll for query execution status. See the section 'Waiting for Query Completion and Retrying Failed Queries' to learn more. The option is a:long
type. Default: 2000 Group: producer
-
delay
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder delay(String delay)
Milliseconds before the next poll for query execution status. See the section 'Waiting for Query Completion and Retrying Failed Queries' to learn more. The option will be converted to along
type. Default: 2000 Group: producer
-
encryptionOption
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder encryptionOption(Athena2EndpointBuilderFactory.EncryptionOption encryptionOption)
The encryption type to use when storing query results in S3. One of SSE_S3, SSE_KMS, or CSE_KMS. The option is a:software.amazon.awssdk.services.athena.model.EncryptionOption
type. Group: producer
-
encryptionOption
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder encryptionOption(String encryptionOption)
The encryption type to use when storing query results in S3. One of SSE_S3, SSE_KMS, or CSE_KMS. The option will be converted to asoftware.amazon.awssdk.services.athena.model.EncryptionOption
type. Group: producer
-
includeTrace
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder includeTrace(boolean includeTrace)
Include useful trace information at the beginning of queries as an SQL comment (prefixed with --). The option is a:boolean
type. Default: false Group: producer
-
includeTrace
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder includeTrace(String includeTrace)
Include useful trace information at the beginning of queries as an SQL comment (prefixed with --). The option will be converted to aboolean
type. Default: false Group: producer
-
initialDelay
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder initialDelay(long initialDelay)
Milliseconds before the first poll for query execution status. See the section 'Waiting for Query Completion and Retrying Failed Queries' to learn more. The option is a:long
type. Default: 1000 Group: producer
-
initialDelay
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder initialDelay(String initialDelay)
Milliseconds before the first poll for query execution status. See the section 'Waiting for Query Completion and Retrying Failed Queries' to learn more. The option will be converted to along
type. Default: 1000 Group: producer
-
kmsKey
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder kmsKey(String kmsKey)
For SSE-KMS and CSE-KMS, this is the KMS key ARN or ID. The option is a:java.lang.String
type. Group: producer
-
lazyStartProducer
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option is a:boolean
type. Default: false Group: producer
-
lazyStartProducer
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option will be converted to aboolean
type. Default: false Group: producer
-
maxAttempts
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder maxAttempts(int maxAttempts)
Maximum number of times to attempt a query. Set to 1 to disable retries. See the section 'Waiting for Query Completion and Retrying Failed Queries' to learn more. The option is a:int
type. Default: 1 Group: producer
-
maxAttempts
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder maxAttempts(String maxAttempts)
Maximum number of times to attempt a query. Set to 1 to disable retries. See the section 'Waiting for Query Completion and Retrying Failed Queries' to learn more. The option will be converted to aint
type. Default: 1 Group: producer
-
maxResults
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder maxResults(Integer maxResults)
Max number of results to return for the given operation (if supported by the Athena API endpoint). If not set, will use the Athena API default for the given operation. The option is a:java.lang.Integer
type. Group: producer
-
maxResults
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder maxResults(String maxResults)
Max number of results to return for the given operation (if supported by the Athena API endpoint). If not set, will use the Athena API default for the given operation. The option will be converted to ajava.lang.Integer
type. Group: producer
-
nextToken
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder nextToken(String nextToken)
Pagination token to use in the case where the response from the previous request was truncated. The option is a:java.lang.String
type. Group: producer
-
operation
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder operation(Athena2EndpointBuilderFactory.Athena2Operations operation)
The Athena API function to call. The option is a:org.apache.camel.component.aws2.athena.Athena2Operations
type. Default: startQueryExecution Group: producer
-
operation
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder operation(String operation)
The Athena API function to call. The option will be converted to aorg.apache.camel.component.aws2.athena.Athena2Operations
type. Default: startQueryExecution Group: producer
-
outputLocation
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder outputLocation(String outputLocation)
The location in Amazon S3 where query results are stored, such as s3://path/to/query/bucket/. Ensure this value ends with a forward slash ('/'). The option is a:java.lang.String
type. Group: producer
-
outputType
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder outputType(Athena2EndpointBuilderFactory.Athena2OutputType outputType)
How query results should be returned. One of StreamList (default - return a GetQueryResultsIterable that can page through all results), SelectList (returns at most 1,000 rows at a time, plus a NextToken value as a header than can be used for manual pagination of results), S3Pointer (return an S3 path pointing to the results). The option is a:org.apache.camel.component.aws2.athena.Athena2OutputType
type. Default: StreamList Group: producer
-
outputType
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder outputType(String outputType)
How query results should be returned. One of StreamList (default - return a GetQueryResultsIterable that can page through all results), SelectList (returns at most 1,000 rows at a time, plus a NextToken value as a header than can be used for manual pagination of results), S3Pointer (return an S3 path pointing to the results). The option will be converted to aorg.apache.camel.component.aws2.athena.Athena2OutputType
type. Default: StreamList Group: producer
-
proxyHost
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder proxyHost(String proxyHost)
To define a proxy host when instantiating the Athena client. The option is a:java.lang.String
type. Group: producer
-
proxyPort
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Athena client. The option is a:java.lang.Integer
type. Group: producer
-
proxyPort
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder proxyPort(String proxyPort)
To define a proxy port when instantiating the Athena client. The option will be converted to ajava.lang.Integer
type. Group: producer
-
proxyProtocol
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder proxyProtocol(Athena2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Athena client. The option is a:software.amazon.awssdk.core.Protocol
type. Default: HTTPS Group: producer
-
proxyProtocol
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the Athena client. The option will be converted to asoftware.amazon.awssdk.core.Protocol
type. Default: HTTPS Group: producer
-
queryExecutionId
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder queryExecutionId(String queryExecutionId)
The unique ID identifying the query execution. The option is a:java.lang.String
type. Group: producer
-
queryString
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder queryString(String queryString)
The SQL query to run. Except for simple queries, prefer setting this as the body of the Exchange or as a header using Athena2Constants.QUERY_STRING to avoid having to deal with URL encoding issues. The option is a:java.lang.String
type. Group: producer
-
region
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder region(String region)
The region in which Athena client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1). You'll need to use the name Region.EU_WEST_1.id(). The option is a:java.lang.String
type. Group: producer
-
resetWaitTimeoutOnRetry
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder resetWaitTimeoutOnRetry(boolean resetWaitTimeoutOnRetry)
Reset the waitTimeout countdown in the event of a query retry. If set to true, potential max time spent waiting for queries is equal to waitTimeout x maxAttempts. See the section 'Waiting for Query Completion and Retrying Failed Queries' to learn more. The option is a:boolean
type. Default: true Group: producer
-
resetWaitTimeoutOnRetry
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder resetWaitTimeoutOnRetry(String resetWaitTimeoutOnRetry)
Reset the waitTimeout countdown in the event of a query retry. If set to true, potential max time spent waiting for queries is equal to waitTimeout x maxAttempts. See the section 'Waiting for Query Completion and Retrying Failed Queries' to learn more. The option will be converted to aboolean
type. Default: true Group: producer
-
retry
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder retry(String retry)
Optional comma separated list of error types to retry the query for. Use 'retryable' to retry all retryable failure conditions (e.g. generic errors and resources exhausted), 'generic' to retry 'GENERIC_INTERNAL_ERROR' failures, 'exhausted' to retry queries that have exhausted resource limits, 'always' to always retry regardless of failure condition, or 'never' or null to never retry (default). See the section 'Waiting for Query Completion and Retrying Failed Queries' to learn more. The option is a:java.lang.String
type. Default: never Group: producer
-
secretKey
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder secretKey(String secretKey)
Amazon AWS Secret Key. The option is a:java.lang.String
type. Group: producer
-
waitTimeout
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder waitTimeout(long waitTimeout)
Optional max wait time in millis to wait for a successful query completion. See the section 'Waiting for Query Completion and Retrying Failed Queries' to learn more. The option is a:long
type. Default: 0 Group: producer
-
waitTimeout
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder waitTimeout(String waitTimeout)
Optional max wait time in millis to wait for a successful query completion. See the section 'Waiting for Query Completion and Retrying Failed Queries' to learn more. The option will be converted to along
type. Default: 0 Group: producer
-
workGroup
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder workGroup(String workGroup)
The workgroup to use for running the query. The option is a:java.lang.String
type. Group: producer
-
-