Pool.DefinitionStages.WithMetadata Interface
public static interface Pool.DefinitionStages.WithMetadata
The stage of the Pool definition allowing to specify metadata.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
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.DefinitionStages.WithCreate 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: