Interface FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
FunctionGraphEndpointBuilderFactory
public static interface FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Huawei FunctionGraph component.
-
Method Summary
Modifier and TypeMethodDescriptionAccess key for the cloud user.advanced()
FunctionGraph url.functionName
(String functionName) Name of the function to invoke.functionPackage
(String functionPackage) Functions that can be logically grouped together.ignoreSslVerification
(boolean ignoreSslVerification) Ignore SSL verification.ignoreSslVerification
(String ignoreSslVerification) Ignore SSL verification.Cloud project ID.Proxy server ip/hostname.proxyPassword
(String proxyPassword) Proxy authentication password.proxyPort
(int proxyPort) Proxy server port.Proxy server port.Proxy authentication user.FunctionGraph service region.Secret key for the cloud user.serviceKeys
(String serviceKeys) Configuration object for cloud service authentication.serviceKeys
(org.apache.camel.component.huaweicloud.common.models.ServiceKeys serviceKeys) Configuration object for cloud service authentication.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
endpoint
FunctionGraph url. Carries higher precedence than region parameter based client initialization. The option is a:java.lang.String
type. Group: producer- Parameters:
endpoint
- the value to set- Returns:
- the dsl builder
-
functionName
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder functionName(String functionName) Name of the function to invoke. The option is a:java.lang.String
type. Group: producer- Parameters:
functionName
- the value to set- Returns:
- the dsl builder
-
functionPackage
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder functionPackage(String functionPackage) Functions that can be logically grouped together. The option is a:java.lang.String
type. Default: default Group: producer- Parameters:
functionPackage
- the value to set- Returns:
- the dsl builder
-
projectId
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder projectId(String projectId) Cloud project ID. The option is a:java.lang.String
type. Required: true Group: producer- Parameters:
projectId
- the value to set- Returns:
- the dsl builder
-
region
FunctionGraph service region. This is lower precedence than endpoint based configuration. The option is a:java.lang.String
type. Required: true Group: producer- Parameters:
region
- the value to set- Returns:
- the dsl builder
-
serviceKeys
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder serviceKeys(org.apache.camel.component.huaweicloud.common.models.ServiceKeys serviceKeys) Configuration object for cloud service authentication. The option is a:org.apache.camel.component.huaweicloud.common.models.ServiceKeys
type. Group: producer- Parameters:
serviceKeys
- the value to set- Returns:
- the dsl builder
-
serviceKeys
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder serviceKeys(String serviceKeys) Configuration object for cloud service authentication. The option will be converted to aorg.apache.camel.component.huaweicloud.common.models.ServiceKeys
type. Group: producer- Parameters:
serviceKeys
- the value to set- Returns:
- the dsl builder
-
proxyHost
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder proxyHost(String proxyHost) Proxy server ip/hostname. The option is a:java.lang.String
type. Group: proxy- Parameters:
proxyHost
- the value to set- Returns:
- the dsl builder
-
proxyPassword
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder proxyPassword(String proxyPassword) Proxy authentication password. The option is a:java.lang.String
type. Group: proxy- Parameters:
proxyPassword
- the value to set- Returns:
- the dsl builder
-
proxyPort
Proxy server port. The option is a:int
type. Group: proxy- Parameters:
proxyPort
- the value to set- Returns:
- the dsl builder
-
proxyPort
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder proxyPort(String proxyPort) Proxy server port. The option will be converted to aint
type. Group: proxy- Parameters:
proxyPort
- the value to set- Returns:
- the dsl builder
-
proxyUser
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder proxyUser(String proxyUser) Proxy authentication user. The option is a:java.lang.String
type. Group: proxy- Parameters:
proxyUser
- the value to set- Returns:
- the dsl builder
-
accessKey
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder accessKey(String accessKey) Access key for the cloud user. The option is a:java.lang.String
type. Required: true Group: security- Parameters:
accessKey
- the value to set- Returns:
- the dsl builder
-
ignoreSslVerification
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder ignoreSslVerification(boolean ignoreSslVerification) Ignore SSL verification. The option is a:boolean
type. Default: false Group: security- Parameters:
ignoreSslVerification
- the value to set- Returns:
- the dsl builder
-
ignoreSslVerification
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder ignoreSslVerification(String ignoreSslVerification) Ignore SSL verification. The option will be converted to aboolean
type. Default: false Group: security- Parameters:
ignoreSslVerification
- the value to set- Returns:
- the dsl builder
-
secretKey
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder secretKey(String secretKey) Secret key for the cloud user. The option is a:java.lang.String
type. Required: true Group: security- Parameters:
secretKey
- the value to set- Returns:
- the dsl builder
-