static ZoneInfo.Builder |
ZoneInfo.newBuilder(String name) |
Returns a ZoneInfo builder where the DNS name is set to the provided name.
|
abstract ZoneInfo.Builder |
ZoneInfo.Builder.setDescription(String description) |
Sets a mandatory description for this zone.
|
abstract ZoneInfo.Builder |
ZoneInfo.Builder.setDnsName(String dnsName) |
Sets a mandatory DNS name of this zone, for instance "example.com.".
|
ZoneInfo.Builder |
ZoneInfo.Builder.setDnsSecConfig(ZoneInfo.DnsSecConfig dnsSecConfig) |
Sets the DNSSEC configuration.
|
ZoneInfo.Builder |
ZoneInfo.Builder.setLabels(Map<String,String> labels) |
Sets the label of this zone.
|
abstract ZoneInfo.Builder |
ZoneInfo.Builder.setName(String name) |
Sets a mandatory user-provided name for the zone.
|
ZoneInfo.Builder |
ZoneInfo.toBuilder() |
Returns a builder for ZoneInfo prepopulated with the metadata of this zone.
|