public static class ZoneTransferServer.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ZoneTransferServer.Builder |
address(String address)
The server’s IP address (IPv4 or IPv6).
|
ZoneTransferServer |
build() |
ZoneTransferServer.Builder |
copy(ZoneTransferServer model) |
ZoneTransferServer.Builder |
isTransferDestination(Boolean isTransferDestination)
A Boolean flag indicating whether or not the server is a zone data transfer destination.
|
ZoneTransferServer.Builder |
isTransferSource(Boolean isTransferSource)
A Boolean flag indicating whether or not the server is a zone data transfer source.
|
ZoneTransferServer.Builder |
port(Integer port)
The server’s port.
|
public ZoneTransferServer.Builder address(String address)
The server’s IP address (IPv4 or IPv6).
address
- the value to setpublic ZoneTransferServer.Builder port(Integer port)
The server’s port.
port
- the value to setpublic ZoneTransferServer.Builder isTransferSource(Boolean isTransferSource)
A Boolean flag indicating whether or not the server is a zone data transfer source.
isTransferSource
- the value to setpublic ZoneTransferServer.Builder isTransferDestination(Boolean isTransferDestination)
A Boolean flag indicating whether or not the server is a zone data transfer destination.
isTransferDestination
- the value to setpublic ZoneTransferServer build()
public ZoneTransferServer.Builder copy(ZoneTransferServer model)
Copyright © 2016–2024. All rights reserved.