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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeConditionalForwardersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeConditionalForwardersRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeConditionalForwardersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.