public static class PrivateSourceDnsZone.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PrivateSourceDnsZone |
build() |
PrivateSourceDnsZone.Builder |
copy(PrivateSourceDnsZone model) |
PrivateSourceDnsZone.Builder |
description(String description)
Description of private source dns zone.
|
PrivateSourceDnsZone.Builder |
dnsZone(String dnsZone)
Private Source DNS Zone.
|
public PrivateSourceDnsZone.Builder dnsZone(String dnsZone)
Private Source DNS Zone. Ex: example-vcn.oraclevcn.com, corp.example.com.
dnsZone
- the value to setpublic PrivateSourceDnsZone.Builder description(String description)
Description of private source dns zone.
description
- the value to setpublic PrivateSourceDnsZone build()
public PrivateSourceDnsZone.Builder copy(PrivateSourceDnsZone model)
Copyright © 2016–2024. All rights reserved.