Interface GoogleSecretManagerEndpointBuilderFactory.AdvancedGoogleSecretManagerEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- GoogleSecretManagerEndpointBuilderFactory
public static interface GoogleSecretManagerEndpointBuilderFactory.AdvancedGoogleSecretManagerEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilderAdvanced builder for endpoint for the Google Secret Manager component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilderbasic()default GoogleSecretManagerEndpointBuilderFactory.AdvancedGoogleSecretManagerEndpointBuilderclient(com.google.cloud.secretmanager.v1.SecretManagerServiceClient client)The client to use during service invocation.default GoogleSecretManagerEndpointBuilderFactory.AdvancedGoogleSecretManagerEndpointBuilderclient(String client)The client to use during service invocation.
-
-
-
Method Detail
-
basic
default GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder basic()
-
client
default GoogleSecretManagerEndpointBuilderFactory.AdvancedGoogleSecretManagerEndpointBuilder client(com.google.cloud.secretmanager.v1.SecretManagerServiceClient client)
The client to use during service invocation. The option is a: <code>com.google.cloud.secretmanager.v1.SecretManagerServiceClient</code> type. Group: advanced- Parameters:
client- the value to set- Returns:
- the dsl builder
-
client
default GoogleSecretManagerEndpointBuilderFactory.AdvancedGoogleSecretManagerEndpointBuilder client(String client)
The client to use during service invocation. The option will be converted to a <code>com.google.cloud.secretmanager.v1.SecretManagerServiceClient</code> type. Group: advanced- Parameters:
client- the value to set- Returns:
- the dsl builder
-
-