Interface Pool.DefinitionStages.WithUserAccounts

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

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

    • withUserAccounts

      Pool.DefinitionStages.WithCreate withUserAccounts(List<UserAccount> userAccounts)
      Specifies the userAccounts property: The list of user accounts to be created on each node in the pool..
      Parameters:
      userAccounts - The list of user accounts to be created on each node in the pool.
      Returns:
      the next definition stage.