Interface ConfigurationStore.UpdateStages.WithEncryption

All Known Subinterfaces:
ConfigurationStore.Update
Enclosing interface:
ConfigurationStore.UpdateStages

public static interface ConfigurationStore.UpdateStages.WithEncryption
The stage of the ConfigurationStore update allowing to specify encryption.
  • Method Details

    • withEncryption

      ConfigurationStore.Update withEncryption(EncryptionProperties encryption)
      Specifies the encryption property: The encryption settings of the configuration store..
      Parameters:
      encryption - The encryption settings of the configuration store.
      Returns:
      the next definition stage.