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 -
Method Summary
Modifier and TypeMethodDescriptionThe operation to perform.The id of the secret.The version of the secret.
-
Constructor Details
-
GoogleSecretManagerHeaderNameBuilder
public GoogleSecretManagerHeaderNameBuilder()
-
-
Method Details
-
googleSecretManagerOperation
The operation to perform. The option is a:org.apache.camel.component.google.secret.manager.GoogleSecretManagerOperations
type. Group: producer- Returns:
- the name of the header
GoogleSecretManagerOperation
.
-
googleSecretManagerSecretId
The id of the secret. The option is a:String
type. Group: producer- Returns:
- the name of the header
GoogleSecretManagerSecretId
.
-
googleSecretManagerVersionId
The version of the secret. The option is a:String
type. Default: latest Group: producer- Returns:
- the name of the header
GoogleSecretManagerVersionId
.
-