public static interface AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.kms.KMSComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
configuration(org.apache.camel.component.aws.kms.KMSConfiguration configuration)
The AWS KMS default configuration.
|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
region(String region)
The region in which KMS client needs to work.
|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder configuration(org.apache.camel.component.aws.kms.KMSConfiguration configuration)
org.apache.camel.component.aws.kms.KMSConfiguration
type.
Group: advancedApache Camel