| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
ComponentsBuilderFactory.awsSecretsManager()
AWS Secrets Manager (camel-aws-secrets-manager)
Manage AWS Secrets Manager services using AWS SDK version 2.x.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.awsSecretsManager()
AWS Secrets Manager (camel-aws-secrets-manager)
Manage AWS Secrets Manager services using AWS SDK version 2.x.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.binaryPayload(boolean binaryPayload)
Set if the secret is binary or not.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.configuration(org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration configuration)
Component configuration.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.operation(org.apache.camel.component.aws.secretsmanager.SecretsManagerOperations operation)
The operation to perform.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the Secrets Manager client.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Secrets Manager client.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Secrets Manager
client.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.region(String region)
The region in which Secrets Manager client needs to work.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.secretsManagerClient(software.amazon.awssdk.services.secretsmanager.SecretsManagerClient secretsManagerClient)
To use a existing configured AWS Secrets Manager as client.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
Set whether the Translate client should expect to load credentials
through a default credentials provider or to expect static
credentials to be passed in.
|
Apache Camel