Interface IBMSecretsManagerEndpointBuilderFactory.IBMSecretsManagerEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
IBMSecretsManagerEndpointBuilderFactory
public static interface IBMSecretsManagerEndpointBuilderFactory.IBMSecretsManagerEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the IBM Secrets Manager component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()Operation to be performed.operation(org.apache.camel.component.ibm.secrets.manager.IBMSecretsManagerOperation operation) Operation to be performed.serviceUrl(String serviceUrl) Service URL for IBM Secrets Manager.IBM Cloud API Token for IBM Secrets Manager.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
operation
default IBMSecretsManagerEndpointBuilderFactory.IBMSecretsManagerEndpointBuilder operation(org.apache.camel.component.ibm.secrets.manager.IBMSecretsManagerOperation operation) Operation to be performed. The option is a:org.apache.camel.component.ibm.secrets.manager.IBMSecretsManagerOperationtype. Group: producer- Parameters:
operation- the value to set- Returns:
- the dsl builder
-
operation
default IBMSecretsManagerEndpointBuilderFactory.IBMSecretsManagerEndpointBuilder operation(String operation) Operation to be performed. The option will be converted to aorg.apache.camel.component.ibm.secrets.manager.IBMSecretsManagerOperationtype. Group: producer- Parameters:
operation- the value to set- Returns:
- the dsl builder
-
serviceUrl
default IBMSecretsManagerEndpointBuilderFactory.IBMSecretsManagerEndpointBuilder serviceUrl(String serviceUrl) Service URL for IBM Secrets Manager. The option is a:java.lang.Stringtype. Group: producer- Parameters:
serviceUrl- the value to set- Returns:
- the dsl builder
-
token
default IBMSecretsManagerEndpointBuilderFactory.IBMSecretsManagerEndpointBuilder token(String token) IBM Cloud API Token for IBM Secrets Manager. The option is a:java.lang.Stringtype. Group: security- Parameters:
token- the value to set- Returns:
- the dsl builder
-