CustomDomain.DefinitionStages.WithDomainName Interface

public static interface CustomDomain.DefinitionStages.WithDomainName

The stage of the CustomDomain definition allowing to specify domainName.

Method Summary

Modifier and Type Method and Description
abstract WithCustomCertificate withDomainName(String domainName)

Specifies the domainName property: The custom domain name..

Method Details

withDomainName

public abstract CustomDomain.DefinitionStages.WithCustomCertificate withDomainName(String domainName)

Specifies the domainName property: The custom domain name..

Parameters:

domainName - The custom domain name.

Returns:

the next definition stage.

Applies to