Class GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerHeaderNameBuilder

  • Enclosing interface:
    GoogleSecretManagerEndpointBuilderFactory

    public static class GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerHeaderNameBuilder
    extends Object
    The builder of headers' name for the Google Secret Manager component.
    • Constructor Detail

      • GoogleSecretManagerHeaderNameBuilder

        public GoogleSecretManagerHeaderNameBuilder()
    • Method Detail

      • googleSecretManagerOperation

        public String 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

        public String googleSecretManagerSecretId()
        The id of the secret. The option is a: String type. Group: producer
        Returns:
        the name of the header GoogleSecretManagerSecretId.
      • googleSecretManagerVersionId

        public String googleSecretManagerVersionId()
        The version of the secret. The option is a: String type. Default: latest Group: producer
        Returns:
        the name of the header GoogleSecretManagerVersionId.