Interface ConfigurationStore.UpdateStages.WithEnablePurgeProtection

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

public static interface ConfigurationStore.UpdateStages.WithEnablePurgeProtection
The stage of the ConfigurationStore update allowing to specify enablePurgeProtection.
  • Method Summary

    Modifier and Type
    Method
    Description
    withEnablePurgeProtection(Boolean enablePurgeProtection)
    Specifies the enablePurgeProtection property: Property specifying whether protection against purge is enabled for this configuration store..
  • Method Details

    • withEnablePurgeProtection

      ConfigurationStore.Update withEnablePurgeProtection(Boolean enablePurgeProtection)
      Specifies the enablePurgeProtection property: Property specifying whether protection against purge is enabled for this configuration store..
      Parameters:
      enablePurgeProtection - Property specifying whether protection against purge is enabled for this configuration store.
      Returns:
      the next definition stage.