Interface Lab.DefinitionStages.WithExtendedProperties

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

public static interface Lab.DefinitionStages.WithExtendedProperties
The stage of the Lab definition allowing to specify extendedProperties.
  • Method Details

    • withExtendedProperties

      Lab.DefinitionStages.WithCreate withExtendedProperties(Map<String,String> extendedProperties)
      Specifies the extendedProperties property: Extended properties of the lab used for experimental features.
      Parameters:
      extendedProperties - Extended properties of the lab used for experimental features.
      Returns:
      the next definition stage.