Interface BatchAccount.UpdateStages.WithPool
- All Known Subinterfaces:
BatchAccount.Update
- Enclosing interface:
- BatchAccount.UpdateStages
public static interface BatchAccount.UpdateStages.WithPool
The stage of a Batch account definition allowing the creation of a Batch pool.
-
Method Summary
Modifier and TypeMethodDescriptiondefineNewPool
(String poolId) Starts a definition of a pool to be created in the Batch account.updatePool
(String poolId) Begins the description of an update of an existing Batch pool in this Batch account.withoutPool
(String poolId) Removes the specified pool from the Batch account.
-
Method Details
-
defineNewPool
Starts a definition of a pool to be created in the Batch account.- Parameters:
poolId
- the reference name for the pool- Returns:
- the first stage of a Batch pool definition
-
updatePool
Begins the description of an update of an existing Batch pool in this Batch account.- Parameters:
poolId
- the reference name of the pool to be updated- Returns:
- the first stage of a Batch pool update
-
withoutPool
Removes the specified pool from the Batch account.- Parameters:
poolId
- the reference name for the pool to be removed- Returns:
- the next stage of the update
-