Interface Pool.DefinitionStages.WithMetadata

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

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

    • withMetadata

      Specifies the metadata property: A list of name-value pairs associated with the pool as metadata.

      The Batch service does not assign any meaning to metadata; it is solely for the use of user code..

      Parameters:
      metadata - A list of name-value pairs associated with the pool as metadata.

      The Batch service does not assign any meaning to metadata; it is solely for the use of user code.

      Returns:
      the next definition stage.