public abstract static class ZoneInfo.Builder extends Object
ZoneInfo.| Constructor and Description |
|---|
ZoneInfo.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 |
description(String description)
Sets a mandatory description for this zone.
|
abstract ZoneInfo.Builder |
dnsName(String dnsName)
Sets a mandatory DNS name of this zone, for instance "example.com.".
|
abstract ZoneInfo.Builder |
name(String name)
Sets a mandatory user-provided name for the zone.
|
public abstract ZoneInfo.Builder name(String name)
public abstract ZoneInfo.Builder dnsName(String dnsName)
public abstract ZoneInfo.Builder description(String description)
public abstract ZoneInfo build()
ZoneInfo based on the information set by this builder.Copyright © 2016 Google. All rights reserved.