Interface ConditionalForwarder.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConditionalForwarder.Builder,ConditionalForwarder>,SdkBuilder<ConditionalForwarder.Builder,ConditionalForwarder>,SdkPojo
- Enclosing class:
- ConditionalForwarder
public static interface ConditionalForwarder.Builder extends SdkPojo, CopyableBuilder<ConditionalForwarder.Builder,ConditionalForwarder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConditionalForwarder.BuilderdnsIpAddrs(String... dnsIpAddrs)The IP addresses of the remote DNS server associated with RemoteDomainName.ConditionalForwarder.BuilderdnsIpAddrs(Collection<String> dnsIpAddrs)The IP addresses of the remote DNS server associated with RemoteDomainName.ConditionalForwarder.BuilderremoteDomainName(String remoteDomainName)The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.ConditionalForwarder.BuilderreplicationScope(String replicationScope)The replication scope of the conditional forwarder.ConditionalForwarder.BuilderreplicationScope(ReplicationScope replicationScope)The replication scope of the conditional forwarder.-
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 Detail
-
remoteDomainName
ConditionalForwarder.Builder remoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.
- Parameters:
remoteDomainName- The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsIpAddrs
ConditionalForwarder.Builder dnsIpAddrs(Collection<String> dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.
- Parameters:
dnsIpAddrs- The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsIpAddrs
ConditionalForwarder.Builder dnsIpAddrs(String... dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.
- Parameters:
dnsIpAddrs- The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationScope
ConditionalForwarder.Builder replicationScope(String replicationScope)
The replication scope of the conditional forwarder. The only allowed value is
Domain, which will replicate the conditional forwarder to all of the domain controllers for your Amazon Web Services directory.- Parameters:
replicationScope- The replication scope of the conditional forwarder. The only allowed value isDomain, which will replicate the conditional forwarder to all of the domain controllers for your Amazon Web Services directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationScope,ReplicationScope
-
replicationScope
ConditionalForwarder.Builder replicationScope(ReplicationScope replicationScope)
The replication scope of the conditional forwarder. The only allowed value is
Domain, which will replicate the conditional forwarder to all of the domain controllers for your Amazon Web Services directory.- Parameters:
replicationScope- The replication scope of the conditional forwarder. The only allowed value isDomain, which will replicate the conditional forwarder to all of the domain controllers for your Amazon Web Services directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationScope,ReplicationScope
-
-