Interface CustomDomain.UpdateStages.WithDomainName

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

public static interface CustomDomain.UpdateStages.WithDomainName
The stage of the CustomDomain update allowing to specify domainName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDomainName(String domainName)
    Specifies the domainName property: The custom domain name..
  • Method Details

    • withDomainName

      CustomDomain.Update withDomainName(String domainName)
      Specifies the domainName property: The custom domain name..
      Parameters:
      domainName - The custom domain name.
      Returns:
      the next definition stage.