CopyableBuilder<DescribeConditionalForwardersRequest.Builder,DescribeConditionalForwardersRequest>
, SdkBuilder<DescribeConditionalForwardersRequest.Builder,DescribeConditionalForwardersRequest>
public static interface DescribeConditionalForwardersRequest.Builder extends CopyableBuilder<DescribeConditionalForwardersRequest.Builder,DescribeConditionalForwardersRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeConditionalForwardersRequest.Builder |
directoryId(String directoryId) |
The directory ID 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 |
remoteDomainNames(Collection<String> remoteDomainNames) |
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated
conditional forwarders.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setRemoteDomainNames(java.util.Collection)
or #withRemoteDomainNames(java.util.Collection)
if you want to override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.