Interface CreateConditionalForwarderRequest.Builder

  • Method Details

    • directoryId

      The directory ID of the Amazon Web Services directory for which you are creating the conditional forwarder.

      Parameters:
      directoryId - The directory ID of the Amazon Web Services directory for which you are creating the conditional forwarder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remoteDomainName

      CreateConditionalForwarderRequest.Builder remoteDomainName(String remoteDomainName)

      The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

      Parameters:
      remoteDomainName - The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
      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.

      Parameters:
      dnsIpAddrs - The IP addresses of the remote DNS server associated with RemoteDomainName.
      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.

      Parameters:
      dnsIpAddrs - The IP addresses of the remote DNS server associated with RemoteDomainName.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsIpv6Addrs

      The IPv6 addresses of the remote DNS server associated with RemoteDomainName.

      Parameters:
      dnsIpv6Addrs - The IPv6 addresses of the remote DNS server associated with RemoteDomainName.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsIpv6Addrs

      CreateConditionalForwarderRequest.Builder dnsIpv6Addrs(String... dnsIpv6Addrs)

      The IPv6 addresses of the remote DNS server associated with RemoteDomainName.

      Parameters:
      dnsIpv6Addrs - The IPv6 addresses of the remote DNS server associated with RemoteDomainName.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateConditionalForwarderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.