| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
ComponentsBuilderFactory.awsEc2()
AWS Elastic Compute Cloud (EC2) (camel-aws-ec2)
Manage AWS EC2 instances.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder.amazonEc2Client(com.amazonaws.services.ec2.AmazonEC2 amazonEc2Client)
To use a existing configured AmazonEC2Client as client.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
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 |
AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
AwsEc2ComponentBuilderFactory.awsEc2()
AWS Elastic Compute Cloud (EC2) (camel-aws-ec2)
Manage AWS EC2 instances.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder.configuration(org.apache.camel.component.aws.ec2.EC2Configuration configuration)
The component configuration.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder.operation(org.apache.camel.component.aws.ec2.EC2Operations operation)
The operation to perform.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the EC2 client.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the EC2 client.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder.proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the EC2 client.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder.region(String region)
The region in which ECS client needs to work.
|
default AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder |
AwsEc2ComponentBuilderFactory.AwsEc2ComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel