Interface Account.UpdateStages.WithIdentity

  • All Known Subinterfaces:
    Account.Update
    Enclosing interface:
    Account.UpdateStages

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

      • withIdentity

        Account.Update withIdentity​(Identity identity)
        Specifies the identity property: Identity for the resource..
        Parameters:
        identity - Identity for the resource.
        Returns:
        the next definition stage.