Interface PrivateDnsZoneGroup.UpdateStages.WithZoneConfigure
- All Known Subinterfaces:
PrivateDnsZoneGroup.Update
- Enclosing interface:
PrivateDnsZoneGroup.UpdateStages
public static interface PrivateDnsZoneGroup.UpdateStages.WithZoneConfigure
The stage of a update allowing to specify the private DNS zone configure.
-
Method Summary
Modifier and TypeMethodDescriptionRemoves the private DNS zone configure.withPrivateDnsZoneConfigure(String name, String privateDnsZoneId) Specifies the private DNS zone configure.
-
Method Details
-
withPrivateDnsZoneConfigure
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
Removes the private DNS zone configure.- Parameters:
name- the name of the configure- Returns:
- the next stage of the update
-