Interface Pool.DefinitionStages.WithApplicationLicenses

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

public static interface Pool.DefinitionStages.WithApplicationLicenses
The stage of the Pool definition allowing to specify applicationLicenses.
  • Method Summary

    Modifier and Type
    Method
    Description
    withApplicationLicenses(List<String> applicationLicenses)
    Specifies the applicationLicenses property: The list of application licenses the Batch service will make available on each compute node in the pool.
  • Method Details

    • withApplicationLicenses

      Pool.DefinitionStages.WithCreate withApplicationLicenses(List<String> applicationLicenses)
      Specifies the applicationLicenses property: The list of application licenses the Batch service will make available on each compute node in the pool.

      The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail..

      Parameters:
      applicationLicenses - The list of application licenses the Batch service will make available on each compute node in the pool.

      The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.

      Returns:
      the next definition stage.