public static class ExternalDownstream.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalDownstream.Builder |
address(String address)
The server’s IP address (IPv4 or IPv6).
|
ExternalDownstream |
build() |
ExternalDownstream.Builder |
copy(ExternalDownstream model) |
ExternalDownstream.Builder |
port(Integer port)
The server’s port.
|
ExternalDownstream.Builder |
tsigKeyId(String tsigKeyId)
The OCID of the TSIG key.
|
public ExternalDownstream.Builder address(String address)
The server’s IP address (IPv4 or IPv6).
address
- the value to setpublic ExternalDownstream.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 ExternalDownstream.Builder tsigKeyId(String tsigKeyId)
The OCID of the TSIG key. A TSIG key is used to secure DNS messages (in this case, zone transfers) between two systems that both have the (shared) secret.
tsigKeyId
- the value to setpublic ExternalDownstream build()
public ExternalDownstream.Builder copy(ExternalDownstream model)
Copyright © 2016–2024. All rights reserved.