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 |
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 AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
configuration(org.apache.camel.component.aws.kms.KMSConfiguration configuration)
The Component configuration.
|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
kmsClient(com.amazonaws.services.kms.AWSKMS kmsClient)
To use a existing configured AWS KMS as client.
|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
operation(org.apache.camel.component.aws.kms.KMSOperations operation)
The operation to perform.
|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the KMS client.
|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the KMS client.
|
default AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder |
proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the KMS client.
|
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 autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder configuration(org.apache.camel.component.aws.kms.KMSConfiguration configuration)
configuration - the value to setdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder kmsClient(com.amazonaws.services.kms.AWSKMS kmsClient)
kmsClient - the value to setdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder operation(org.apache.camel.component.aws.kms.KMSOperations operation)
operation - the value to setdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
proxyProtocol - the value to setdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder region(String region)
region - the value to setdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder secretKey(String secretKey)
secretKey - the value to setdefault AwsKmsComponentBuilderFactory.AwsKmsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel