AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.accessKey(String accessKey)
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
AWS Secrets Manager (camel-aws-secrets-manager)
Manage secrets using AWS Secrets Manager.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.binaryPayload(boolean binaryPayload)
Set if the secret is binary or not.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.configuration(org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration configuration)
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled)
Used for enabling or disabling all consumer based health checks from
this component.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled)
Used for enabling or disabling all producer based health checks from
this component.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.operation(org.apache.camel.component.aws.secretsmanager.SecretsManagerOperations operation)
The operation to perform.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.overrideEndpoint(boolean overrideEndpoint)
Set the need for overriding the endpoint.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
If using a profile credentials provider, this parameter will set the
profile name.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the Secrets Manager client.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Secrets Manager client.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Secrets Manager
client.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.region(String region)
The region in which a Secrets Manager client needs to work.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.secretKey(String secretKey)
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.secretsManagerClient(software.amazon.awssdk.services.secretsmanager.SecretsManagerClient secretsManagerClient)
To use an existing configured AWS Secrets Manager client.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.sessionToken(String sessionToken)
Amazon AWS Session Token used when the user needs to assume an IAM
role.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
Set the overriding uri endpoint.
Set whether the Translate client should expect to load credentials
through a default credentials provider or to expect static
credentials to be passed in.
Set whether the Secrets Manager client should expect to load
credentials through a profile credentials provider.
AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder.useSessionCredentials(boolean useSessionCredentials)
Set whether the Secrets Manager client should expect to use Session
Credentials.