Interface DescribeConditionalForwardersRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeConditionalForwardersRequest.Builder,DescribeConditionalForwardersRequest>, DirectoryRequest.Builder, SdkBuilder<DescribeConditionalForwardersRequest.Builder,DescribeConditionalForwardersRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeConditionalForwardersRequest

public static interface DescribeConditionalForwardersRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DescribeConditionalForwardersRequest.Builder,DescribeConditionalForwardersRequest>
  • Method Details

    • 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.
    • 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.