public static interface SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
binaryPayload(boolean binaryPayload)
Set if the secret is binary or not.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
binaryPayload(String binaryPayload)
Set if the secret is binary or not.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
operation(SecretsManagerEndpointBuilderFactory.SecretsManagerOperations operation)
The operation to perform.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
operation(String operation)
The operation to perform.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
overrideEndpoint(String overrideEndpoint)
Set the need for overidding the endpoint.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
pojoRequest(String pojoRequest)
If we want to use a POJO request as body or not.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the Secrets Manager client.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Secrets Manager client.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the Secrets Manager client.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
proxyProtocol(SecretsManagerEndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Secrets Manager
client.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the Secrets Manager
client.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
region(String region)
The region in which Secrets Manager client needs to work.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
secretsManagerClient(Object secretsManagerClient)
To use a existing configured AWS Secrets Manager as client.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
secretsManagerClient(String secretsManagerClient)
To use a existing configured AWS Secrets Manager as client.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
trustAllCertificates(String trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
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.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder |
useDefaultCredentialsProvider(String 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.
|
default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder binaryPayload(boolean binaryPayload)
binaryPayload - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder binaryPayload(String binaryPayload)
binaryPayload - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder operation(SecretsManagerEndpointBuilderFactory.SecretsManagerOperations operation)
operation - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder operation(String operation)
operation - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder overrideEndpoint(boolean overrideEndpoint)
overrideEndpoint - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder overrideEndpoint(String overrideEndpoint)
overrideEndpoint - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder pojoRequest(boolean pojoRequest)
pojoRequest - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder pojoRequest(String pojoRequest)
pojoRequest - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder proxyProtocol(SecretsManagerEndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder region(String region)
region - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder secretsManagerClient(Object secretsManagerClient)
secretsManagerClient - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder secretsManagerClient(String secretsManagerClient)
secretsManagerClient - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder trustAllCertificates(String trustAllCertificates)
trustAllCertificates - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder uriEndpointOverride(String uriEndpointOverride)
uriEndpointOverride - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder useDefaultCredentialsProvider(String useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel