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