Interface ConditionalForwarder.Builder

    • 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 is Domain, 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 is Domain, 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