Interface ConfigurationStore.DefinitionStages.WithEnablePurgeProtection

All Known Subinterfaces:
ConfigurationStore.Definition, ConfigurationStore.DefinitionStages.WithCreate
Enclosing interface:
ConfigurationStore.DefinitionStages

public static interface ConfigurationStore.DefinitionStages.WithEnablePurgeProtection
The stage of the ConfigurationStore definition allowing to specify enablePurgeProtection.
  • Method Details

    • withEnablePurgeProtection

      ConfigurationStore.DefinitionStages.WithCreate 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.