public static interface DescribeConditionalForwardersRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<DescribeConditionalForwardersRequest.Builder,DescribeConditionalForwardersRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeConditionalForwardersRequest.Builder |
directoryId(String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
|
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.
|
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.
|
DescribeConditionalForwardersRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeConditionalForwardersRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeConditionalForwardersRequest.Builder directoryId(String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
directoryId - The directory ID for which to get the list of associated conditional forwarders.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.
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.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.
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.DescribeConditionalForwardersRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeConditionalForwardersRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.