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 Details

    • withPrivateDnsZoneConfigure

      PrivateDnsZoneGroup.Update withPrivateDnsZoneConfigure(String name, String privateDnsZoneId)
      Specifies the private DNS zone configure.
      Parameters:
      name - the name of the configure
      privateDnsZoneId - 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