Interface RegistryTask.DefinitionStages.Location
- All Known Subinterfaces:
RegistryTask.Definition
- Enclosing interface:
- RegistryTask.DefinitionStages
public static interface RegistryTask.DefinitionStages.Location
The stage of the container registry task definition allowing to specify location.
-
Method Summary
Modifier and TypeMethodDescriptionwithLocation
(Region location) The parameters specifying location of the container registry task.withLocation
(String location) The parameters specifying location of the container registry task.
-
Method Details
-
withLocation
The parameters specifying location of the container registry task.- Parameters:
location
- the location of the container registry task.- Returns:
- the next stage of the container registry task definition.
-
withLocation
The parameters specifying location of the container registry task.- Parameters:
location
- the location of the container registry task.- Returns:
- the next stage of the container registry task definition.
-