CopyableBuilder<UpdateConditionalForwarderRequest.Builder,UpdateConditionalForwarderRequest>, SdkBuilder<UpdateConditionalForwarderRequest.Builder,UpdateConditionalForwarderRequest>public static interface UpdateConditionalForwarderRequest.Builder extends CopyableBuilder<UpdateConditionalForwarderRequest.Builder,UpdateConditionalForwarderRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateConditionalForwarderRequest.Builder |
directoryId(String directoryId) |
The directory ID of the AWS directory for which to update the conditional forwarder.
|
UpdateConditionalForwarderRequest.Builder |
dnsIpAddrs(String... dnsIpAddrs) |
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
|
UpdateConditionalForwarderRequest.Builder |
dnsIpAddrs(Collection<String> dnsIpAddrs) |
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
|
UpdateConditionalForwarderRequest.Builder |
remoteDomainName(String remoteDomainName) |
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
|
copyapply, buildUpdateConditionalForwarderRequest.Builder directoryId(String directoryId)
The directory ID of the AWS directory for which to update the conditional forwarder.
directoryId - The directory ID of the AWS directory for which to update the conditional forwarder.UpdateConditionalForwarderRequest.Builder remoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
remoteDomainName - The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust
relationship.UpdateConditionalForwarderRequest.Builder dnsIpAddrs(Collection<String> dnsIpAddrs)
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
dnsIpAddrs - The updated IP addresses of the remote DNS server associated with the conditional forwarder.UpdateConditionalForwarderRequest.Builder dnsIpAddrs(String... dnsIpAddrs)
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
NOTE: This method appends the values to the existing list (if any). Use
#setDnsIpAddrs(java.util.Collection) or #withDnsIpAddrs(java.util.Collection) if you want to
override the existing values.
dnsIpAddrs - The updated IP addresses of the remote DNS server associated with the conditional forwarder.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.