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 Details

    • 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

      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

      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: