Interface PrivateDnsZoneGroup.UpdateStages.WithZoneConfigure
-
- All Known Subinterfaces:
PrivateDnsZoneGroup.Update
- Enclosing interface:
- PrivateDnsZoneGroup.UpdateStages
public static interface PrivateDnsZoneGroup.UpdateStages.WithZoneConfigureThe stage of a update allowing to specify the private DNS zone configure.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateDnsZoneGroup.UpdatewithoutPrivateDnsZoneConfigure(String name)Removes the private DNS zone configure.PrivateDnsZoneGroup.UpdatewithPrivateDnsZoneConfigure(String name, String privateDnsZoneId)Specifies the private DNS zone configure.
-
-
-
Method Detail
-
withPrivateDnsZoneConfigure
PrivateDnsZoneGroup.Update 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 update
-
withoutPrivateDnsZoneConfigure
PrivateDnsZoneGroup.Update withoutPrivateDnsZoneConfigure(String name)
Removes the private DNS zone configure.- Parameters:
name- the name of the configure- Returns:
- the next stage of the update
-
-