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 |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
configuration(org.apache.camel.component.aws.ec2.EC2Configuration configuration)
The AWS EC2 default configuration.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
region(String region)
The region in which EC2 client needs to work.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder configuration(org.apache.camel.component.aws.ec2.EC2Configuration configuration)
org.apache.camel.component.aws.ec2.EC2Configuration
type.
Group: advancedApache Camel