public static class ExternalMaster.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalMaster.Builder |
address(String address)
The server’s IP address (IPv4 or IPv6).
|
ExternalMaster |
build() |
ExternalMaster.Builder |
copy(ExternalMaster model) |
ExternalMaster.Builder |
port(Integer port)
The server’s port.
|
ExternalMaster.Builder |
tsigKeyId(String tsigKeyId)
The OCID of the TSIG key.
|
public ExternalMaster.Builder address(String address)
The server’s IP address (IPv4 or IPv6).
address
- the value to setpublic ExternalMaster.Builder port(Integer port)
The server’s port. Port value must be a value of 53, otherwise omit the port value.
port
- the value to setpublic ExternalMaster.Builder tsigKeyId(String tsigKeyId)
The OCID of the TSIG key.
tsigKeyId
- the value to setpublic ExternalMaster build()
public ExternalMaster.Builder copy(ExternalMaster model)
Copyright © 2016–2024. All rights reserved.