Interface BatchEndpointData.DefinitionStages.WithTags
-
- All Known Subinterfaces:
BatchEndpointData.Definition
,BatchEndpointData.DefinitionStages.WithCreate
- Enclosing interface:
- BatchEndpointData.DefinitionStages
public static interface BatchEndpointData.DefinitionStages.WithTags
The stage of the BatchEndpointData definition allowing to specify tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchEndpointData.DefinitionStages.WithCreate
withTags(Map<String,String> tags)
Specifies the tags property: Resource tags..
-
-
-
Method Detail
-
withTags
BatchEndpointData.DefinitionStages.WithCreate withTags(Map<String,String> tags)
Specifies the tags property: Resource tags..- Parameters:
tags
- Resource tags.- Returns:
- the next definition stage.
-
-