Interface Pool.DefinitionStages.WithDevBoxDefinitionName

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

public static interface Pool.DefinitionStages.WithDevBoxDefinitionName
The stage of the Pool definition allowing to specify devBoxDefinitionName.
  • Method Details

    • withDevBoxDefinitionName

      Pool.DefinitionStages.WithCreate withDevBoxDefinitionName(String devBoxDefinitionName)
      Specifies the devBoxDefinitionName property: Name of a Dev Box definition in parent Project of this Pool.
      Parameters:
      devBoxDefinitionName - Name of a Dev Box definition in parent Project of this Pool.
      Returns:
      the next definition stage.