public static class Zone.Builder extends ZoneInfo.Builder
Zone.| Modifier and Type | Method and Description |
|---|---|
Zone |
build()
Builds the instance of
ZoneInfo based on the information set by this builder. |
Zone.Builder |
description(String description)
Sets a mandatory description for this zone.
|
Zone.Builder |
dnsName(String dnsName)
Sets a mandatory DNS name of this zone, for instance "example.com.".
|
Zone.Builder |
name(String name)
Sets a mandatory user-provided name for the zone.
|
public Zone.Builder name(String name)
ZoneInfo.Buildername in class ZoneInfo.Builderpublic Zone.Builder dnsName(String dnsName)
ZoneInfo.BuilderdnsName in class ZoneInfo.Builderpublic Zone.Builder description(String description)
ZoneInfo.Builderdescription in class ZoneInfo.Builderpublic Zone build()
ZoneInfo.BuilderZoneInfo based on the information set by this builder.build in class ZoneInfo.BuilderCopyright © 2016 Google. All rights reserved.