Interface Pool.UpdateStages.WithDevBoxDefinitionName

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

public static interface Pool.UpdateStages.WithDevBoxDefinitionName
The stage of the Pool update allowing to specify devBoxDefinitionName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDevBoxDefinitionName(String devBoxDefinitionName)
    Specifies the devBoxDefinitionName property: Name of a Dev Box definition in parent Project of this Pool.
  • Method Details

    • withDevBoxDefinitionName

      Pool.Update 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.