Interface OciDnsForwardingConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OciDnsForwardingConfig.Builder,
,OciDnsForwardingConfig> SdkBuilder<OciDnsForwardingConfig.Builder,
,OciDnsForwardingConfig> SdkPojo
- Enclosing class:
OciDnsForwardingConfig
@Mutable
@NotThreadSafe
public static interface OciDnsForwardingConfig.Builder
extends SdkPojo, CopyableBuilder<OciDnsForwardingConfig.Builder,OciDnsForwardingConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName
(String domainName) Domain name to which DNS resolver forwards to.ociDnsListenerIp
(String ociDnsListenerIp) OCI DNS listener IP for custom DNS setup.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainName
Domain name to which DNS resolver forwards to.
- Parameters:
domainName
- Domain name to which DNS resolver forwards to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ociDnsListenerIp
OCI DNS listener IP for custom DNS setup.
- Parameters:
ociDnsListenerIp
- OCI DNS listener IP for custom DNS setup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-