Interface GenericResource.DefinitionStages.WithResourceType
- All Known Subinterfaces:
GenericResource.Definition
- Enclosing interface:
- GenericResource.DefinitionStages
public static interface GenericResource.DefinitionStages.WithResourceType
A generic resource definition allowing resource type to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithResourceType(String resourceType) Specifies the resource's type.
-
Method Details
-
withResourceType
Specifies the resource's type.- Parameters:
resourceType- the type of the resources- Returns:
- the next stage of generic resource definition
-