| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
ComponentsBuilderFactory.aws2Iam()
AWS 2 IAM (camel-aws2-iam)
The aws2-iam is used for managing Amazon IAM
Category: cloud,management
Since: 3.1
Maven coordinates: org.apache.camel:camel-aws2-iam
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.aws2Iam()
AWS 2 IAM (camel-aws2-iam)
The aws2-iam is used for managing Amazon IAM
Category: cloud,management
Since: 3.1
Maven coordinates: org.apache.camel:camel-aws2-iam
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.configuration(org.apache.camel.component.aws2.iam.IAM2Configuration configuration)
The AWS IAM default configuration.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.region(String region)
The region in which IAM client needs to work.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel