Interface ConfigurationStore.DefinitionStages.WithSoftDeleteRetentionInDays

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

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

    • withSoftDeleteRetentionInDays

      ConfigurationStore.DefinitionStages.WithCreate withSoftDeleteRetentionInDays(Integer softDeleteRetentionInDays)
      Specifies the softDeleteRetentionInDays property: The amount of time in days that the configuration store will be retained when it is soft deleted..
      Parameters:
      softDeleteRetentionInDays - The amount of time in days that the configuration store will be retained when it is soft deleted.
      Returns:
      the next definition stage.