Interface DescribeConditionalForwardersRequest.Builder

    • Method Detail

      • directoryId

        DescribeConditionalForwardersRequest.Builder directoryId​(String directoryId)

        The directory ID for which to get the list of associated conditional forwarders.

        Parameters:
        directoryId - The directory ID for which to get the list of associated conditional forwarders.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remoteDomainNames

        DescribeConditionalForwardersRequest.Builder remoteDomainNames​(Collection<String> remoteDomainNames)

        The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

        Parameters:
        remoteDomainNames - The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remoteDomainNames

        DescribeConditionalForwardersRequest.Builder remoteDomainNames​(String... remoteDomainNames)

        The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

        Parameters:
        remoteDomainNames - The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.