Interface GenericResource.DefinitionStages.WithProviderNamespace
- All Known Subinterfaces:
GenericResource.Definition
- Enclosing interface:
- GenericResource.DefinitionStages
public static interface GenericResource.DefinitionStages.WithProviderNamespace
A generic resource definition allowing provider namespace to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithProviderNamespace
(String resourceProviderNamespace) Specifies the resource provider's namespace.
-
Method Details
-
withProviderNamespace
Specifies the resource provider's namespace.- Parameters:
resourceProviderNamespace
- the namespace of the resource provider- Returns:
- the next stage of the definition
-