public static interface Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.ec2.AWS2EC2Component>
| Modifier and Type | Method and Description |
|---|---|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
amazonEc2Client(software.amazon.awssdk.services.ec2.Ec2Client amazonEc2Client)
To use a existing configured AmazonEC2Client as client.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
configuration(org.apache.camel.component.aws2.ec2.AWS2EC2Configuration configuration)
The component configuration.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
operation(org.apache.camel.component.aws2.ec2.AWS2EC2Operations operation)
The operation to perform.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the EC2 client.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the EC2 client.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the EC2 client.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
region(String region)
The region in which EC2 client needs to work.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
build, build, doSetProperty, registerdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder amazonEc2Client(software.amazon.awssdk.services.ec2.Ec2Client amazonEc2Client)
amazonEc2Client - the value to setdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder configuration(org.apache.camel.component.aws2.ec2.AWS2EC2Configuration configuration)
configuration - the value to setdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder operation(org.apache.camel.component.aws2.ec2.AWS2EC2Operations operation)
operation - the value to setdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder pojoRequest(boolean pojoRequest)
pojoRequest - the value to setdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder region(String region)
region - the value to setdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder secretKey(String secretKey)
secretKey - the value to setdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel