Interface BlobContainer.DefinitionStages.WithMetadata
- All Known Subinterfaces:
BlobContainer.Definition,BlobContainer.DefinitionStages.WithCreate
- Enclosing interface:
- BlobContainer.DefinitionStages
public static interface BlobContainer.DefinitionStages.WithMetadata
The stage of the blobcontainer definition allowing to specify Metadata.
-
Method Summary
Modifier and TypeMethodDescriptionwithMetadata(String name, String value) Specifies a singluar instance of metadata.withMetadata(Map<String, String> metadata) Specifies metadata.
-
Method Details
-
withMetadata
Specifies metadata.- Parameters:
metadata- A name-value pair to associate with the container as metadata- Returns:
- the next definition stage
-
withMetadata
Specifies a singluar instance of metadata.- Parameters:
name- A name to associate with the container as metadatavalue- A value to associate with the container as metadata- Returns:
- the next definition stage
-