public abstract static class ZoneInfo.Builder extends Object
ZoneInfo
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract ZoneInfo |
build()
Builds the instance of
ZoneInfo based on the information set by this builder. |
abstract ZoneInfo.Builder |
setDescription(String description)
Sets a mandatory description for this zone.
|
abstract ZoneInfo.Builder |
setDnsName(String dnsName)
Sets a mandatory DNS name of this zone, for instance "example.com.".
|
abstract ZoneInfo.Builder |
setName(String name)
Sets a mandatory user-provided name for the zone.
|
public abstract ZoneInfo.Builder setName(String name)
public abstract ZoneInfo.Builder setDnsName(String dnsName)
public abstract ZoneInfo.Builder setDescription(String description)
public abstract ZoneInfo build()
ZoneInfo
based on the information set by this builder.Copyright © 2019 Google LLC. All rights reserved.