Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Zone |
build() |
Zone.Builder |
fqdn(String fqdn) |
Zone.Builder |
from(Zone in) |
Zone.Builder |
serial(int serial) |
Zone.Builder |
serialStyle(Zone.SerialStyle serialStyle) |
Zone.Builder |
type(Zone.Type type) |
public Zone.Builder fqdn(String fqdn)
Zone.getFQDN()
public Zone.Builder type(Zone.Type type)
Zone.getType()
public Zone.Builder serial(int serial)
Zone.getSerial()
public Zone.Builder serialStyle(Zone.SerialStyle serialStyle)
Zone.getSerialStyle()
public Zone build()
public Zone.Builder from(Zone in)
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.