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