Interface PrivateDnsZoneGroup.DefinitionStages.WithZoneConfigure
-
- All Known Subinterfaces:
PrivateDnsZoneGroup.Definition,PrivateDnsZoneGroup.DefinitionStages.Blank,PrivateDnsZoneGroup.DefinitionStages.WithCreate
- Enclosing interface:
- PrivateDnsZoneGroup.DefinitionStages
public static interface PrivateDnsZoneGroup.DefinitionStages.WithZoneConfigureThe stage of a definition allowing to specify the private DNS zone configure.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateDnsZoneGroup.DefinitionStages.WithCreatewithPrivateDnsZoneConfigure(String name, String privateDnsZoneId)Specifies the private DNS zone configure.
-
-
-
Method Detail
-
withPrivateDnsZoneConfigure
PrivateDnsZoneGroup.DefinitionStages.WithCreate withPrivateDnsZoneConfigure(String name, String privateDnsZoneId)
Specifies the private DNS zone configure.- Parameters:
name- the name of the configureprivateDnsZoneId- the ID of the private DNS zone- Returns:
- the next stage of the definition
-
-