public static interface IAM2EndpointBuilderFactory.IAM2EndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default IAM2EndpointBuilderFactory.AdvancedIAM2EndpointBuilder |
advanced() |
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
iamClient(Object iamClient)
To use a existing configured AWS IAM as client.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
iamClient(String iamClient)
To use a existing configured AWS IAM as client.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
operation(IAM2EndpointBuilderFactory.IAM2Operations operation)
The operation to perform.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
operation(String operation)
The operation to perform.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
pojoRequest(String pojoRequest)
If we want to use a POJO request as body or not.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the IAM client.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the IAM client.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the IAM client.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
proxyProtocol(IAM2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the IAM client.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the IAM client.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
region(String region)
The region in which IAM client needs to work.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder |
trustAllCertificates(String trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default IAM2EndpointBuilderFactory.AdvancedIAM2EndpointBuilder advanced()
default IAM2EndpointBuilderFactory.IAM2EndpointBuilder iamClient(Object iamClient)
iamClient - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder iamClient(String iamClient)
iamClient - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder operation(IAM2EndpointBuilderFactory.IAM2Operations operation)
operation - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder operation(String operation)
operation - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder pojoRequest(boolean pojoRequest)
pojoRequest - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder pojoRequest(String pojoRequest)
pojoRequest - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder proxyProtocol(IAM2EndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder region(String region)
region - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder trustAllCertificates(String trustAllCertificates)
trustAllCertificates - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault IAM2EndpointBuilderFactory.IAM2EndpointBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel