Interface AppServiceDomain.DefinitionStages.WithRegistrantContact
-
- All Known Subinterfaces:
AppServiceDomain.Definition
- Enclosing interface:
- AppServiceDomain.DefinitionStages
public static interface AppServiceDomain.DefinitionStages.WithRegistrantContactA domain definition allowing registrant contact to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainContact.DefinitionStages.Blank<AppServiceDomain.DefinitionStages.WithCreate>defineRegistrantContact()Starts the definition of a new domain contact.AppServiceDomain.DefinitionStages.WithCreatewithRegistrantContact(Contact contact)Specify the registrant contact.
-
-
-
Method Detail
-
withRegistrantContact
AppServiceDomain.DefinitionStages.WithCreate withRegistrantContact(Contact contact)
Specify the registrant contact. By default, this is also the contact for admin, billing, and tech.- Parameters:
contact- the registrant contact- Returns:
- the next stage of domain definition
-
defineRegistrantContact
DomainContact.DefinitionStages.Blank<AppServiceDomain.DefinitionStages.WithCreate> defineRegistrantContact()
Starts the definition of a new domain contact.- Returns:
- the first stage of the domain contact definition
-
-