Interface PrivateDnsZoneGroup.DefinitionStages.WithZoneConfigure
- All Known Subinterfaces:
PrivateDnsZoneGroup.Definition, PrivateDnsZoneGroup.DefinitionStages.Blank, PrivateDnsZoneGroup.DefinitionStages.WithCreate
- Enclosing interface:
PrivateDnsZoneGroup.DefinitionStages
public static interface PrivateDnsZoneGroup.DefinitionStages.WithZoneConfigure
The stage of a definition allowing to specify the private DNS zone configure.
-
Method Summary
Modifier and TypeMethodDescriptionwithPrivateDnsZoneConfigure(String name, String privateDnsZoneId) Specifies the private DNS zone configure.
-
Method Details
-
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
-