| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
ComponentsBuilderFactory.aws2Ec2()
AWS 2 EC2 (camel-aws2-ec2)
The aws2-ec2 is used for managing Amazon EC2 instances.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
Aws2Ec2ComponentBuilderFactory.aws2Ec2()
AWS 2 EC2 (camel-aws2-ec2)
The aws2-ec2 is used for managing Amazon EC2 instances.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder.configuration(org.apache.camel.component.aws2.ec2.AWS2EC2Configuration configuration)
The AWS EC2 default configuration.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder.region(String region)
The region in which EC2 client needs to work.
|
default Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel