Pool.UpdateStages.WithMetadata Interface
public static interface Pool.UpdateStages.WithMetadata
The stage of the Pool update allowing to specify metadata.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withMetadata(List<MetadataItem> metadata)
Specifies the metadata property: The Batch service does not assign any meaning to metadata; it is solely for the use of user code.. |
Method Details
withMetadata
public abstract Pool.Update withMetadata(List<MetadataItem> metadata)
Specifies the metadata property: The Batch service does not assign any meaning to metadata; it is solely for the use of user code..
Parameters:
Returns: