Class GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerHeaderNameBuilder
-
- Enclosing interface:
- GoogleSecretManagerEndpointBuilderFactory
public static class GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerHeaderNameBuilder extends Object
The builder of headers' name for the Google Secret Manager component.
-
-
Constructor Summary
Constructors Constructor Description GoogleSecretManagerHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgoogleSecretManagerOperation()The operation to perform.StringgoogleSecretManagerSecretId()The id of the secret.StringgoogleSecretManagerVersionId()The version of the secret.
-
-
-
Method Detail
-
googleSecretManagerOperation
public String googleSecretManagerOperation()
The operation to perform. The option is a:org.apache.camel.component.google.secret.manager.GoogleSecretManagerOperationstype. Group: producer- Returns:
- the name of the header
GoogleSecretManagerOperation.
-
googleSecretManagerSecretId
public String googleSecretManagerSecretId()
The id of the secret. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
GoogleSecretManagerSecretId.
-
googleSecretManagerVersionId
public String googleSecretManagerVersionId()
The version of the secret. The option is a:Stringtype. Default: latest Group: producer- Returns:
- the name of the header
GoogleSecretManagerVersionId.
-
-