public static class VcnDnsResolverAssociation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VcnDnsResolverAssociation |
build() |
VcnDnsResolverAssociation.Builder |
copy(VcnDnsResolverAssociation model) |
VcnDnsResolverAssociation.Builder |
dnsResolverId(String dnsResolverId)
The OCID
of the DNS resolver in the association.
|
VcnDnsResolverAssociation.Builder |
lifecycleState(VcnDnsResolverAssociation.LifecycleState lifecycleState)
The current state of the association.
|
VcnDnsResolverAssociation.Builder |
vcnId(String vcnId)
The OCID
of the VCN in the association.
|
public VcnDnsResolverAssociation.Builder vcnId(String vcnId)
The OCID of the VCN in the association.
vcnId
- the value to setpublic VcnDnsResolverAssociation.Builder dnsResolverId(String dnsResolverId)
The OCID of the DNS resolver in the association.
dnsResolverId
- the value to setpublic VcnDnsResolverAssociation.Builder lifecycleState(VcnDnsResolverAssociation.LifecycleState lifecycleState)
The current state of the association.
lifecycleState
- the value to setpublic VcnDnsResolverAssociation build()
public VcnDnsResolverAssociation.Builder copy(VcnDnsResolverAssociation model)
Copyright © 2016–2024. All rights reserved.