Class UpdateKv1.Request

    • Method Detail

      • secretValues

        public UpdateKv1.Request secretValues​(Map<String,​String> values)
        New values of the secret.
        Parameters:
        values - values to replace current values
        Returns:
        updated request
      • addSecretValue

        public UpdateKv1.Request addSecretValue​(String key,
                                                String value)
        Add a new value.
        Parameters:
        key - key of the value
        value - value
        Returns:
        updated request
      • path

        public UpdateKv1.Request path​(String path)
        Path of the secret to update.
        Parameters:
        path - secret's path
        Returns:
        updated request