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