public static interface AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.ec2.EC2Component>
| Modifier and Type | Method and Description |
|---|---|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
amazonEc2Client(com.amazonaws.services.ec2.AmazonEC2 amazonEc2Client)
To use a existing configured AmazonEC2Client as client.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
configuration(org.apache.camel.component.aws.ec2.EC2Configuration configuration)
The component configuration.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
operation(org.apache.camel.component.aws.ec2.EC2Operations operation)
The operation to perform.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the EC2 client.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the EC2 client.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the EC2 client.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
region(String region)
The region in which ECS client needs to work.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder amazonEc2Client(com.amazonaws.services.ec2.AmazonEC2 amazonEc2Client)
amazonEc2Client - the value to setdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder configuration(org.apache.camel.component.aws.ec2.EC2Configuration configuration)
configuration - the value to setdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder operation(org.apache.camel.component.aws.ec2.EC2Operations operation)
operation - the value to setdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
proxyProtocol - the value to setdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder region(String region)
region - the value to setdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder secretKey(String secretKey)
secretKey - the value to setdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel