public class CustomDomainParameters extends Object
| Constructor and Description |
|---|
CustomDomainParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
hostname()
Get the hostname property: The host name of the custom domain.
|
void |
validate()
Validates the instance.
|
CustomDomainParameters |
withHostname(String hostname)
Set the hostname property: The host name of the custom domain.
|
public String hostname()
public CustomDomainParameters withHostname(String hostname)
hostname - the hostname value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.