Interface Domain.UpdateStages.WithIdentity

All Known Subinterfaces:
Domain.Update
Enclosing interface:
Domain.UpdateStages

public static interface Domain.UpdateStages.WithIdentity
The stage of the Domain update allowing to specify identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the identity property: Identity information for the resource..
  • Method Details

    • withIdentity

      Domain.Update withIdentity(IdentityInfo identity)
      Specifies the identity property: Identity information for the resource..
      Parameters:
      identity - Identity information for the resource.
      Returns:
      the next definition stage.