public static interface IAMEndpointBuilderFactory.IAMEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
accessKey(String accessKey)
Access key for the cloud user.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
groupId(String groupId)
Group ID to perform operation with.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
ignoreSslVerification(boolean ignoreSslVerification)
Ignore SSL verification.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
ignoreSslVerification(String ignoreSslVerification)
Ignore SSL verification.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
proxyHost(String proxyHost)
Proxy server ip/hostname.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
proxyPassword(String proxyPassword)
Proxy authentication password.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
proxyPort(int proxyPort)
Proxy server port.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
proxyPort(String proxyPort)
Proxy server port.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
proxyUser(String proxyUser)
Proxy authentication user.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
region(String region)
IAM service region.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
secretKey(String secretKey)
Secret key for the cloud user.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
serviceKeys(Object serviceKeys)
Configuration object for cloud service authentication.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
serviceKeys(String serviceKeys)
Configuration object for cloud service authentication.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
userId(String userId)
User ID to perform operation with.
|
default IAMEndpointBuilderFactory.IAMEndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder groupId(String groupId)
groupId - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder ignoreSslVerification(boolean ignoreSslVerification)
ignoreSslVerification - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder ignoreSslVerification(String ignoreSslVerification)
ignoreSslVerification - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder proxyPassword(String proxyPassword)
proxyPassword - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder proxyPort(int proxyPort)
proxyPort - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder proxyUser(String proxyUser)
proxyUser - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder region(String region)
region - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder secretKey(String secretKey)
secretKey - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder serviceKeys(Object serviceKeys)
serviceKeys - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder serviceKeys(String serviceKeys)
serviceKeys - the value to setdefault IAMEndpointBuilderFactory.IAMEndpointBuilder userId(String userId)
userId - the value to setApache Camel