Interface Pool.UpdateStages.WithIdentity

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

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

    Modifier and Type
    Method
    Description
    Specifies the identity property: The type of identity used for the Batch Pool..
  • Method Details

    • withIdentity

      Pool.Update withIdentity(BatchPoolIdentity identity)
      Specifies the identity property: The type of identity used for the Batch Pool..
      Parameters:
      identity - The type of identity used for the Batch Pool.
      Returns:
      the next definition stage.