CopyableBuilder<CreateConditionalForwarderRequest.Builder,CreateConditionalForwarderRequest>
, SdkBuilder<CreateConditionalForwarderRequest.Builder,CreateConditionalForwarderRequest>
public static interface CreateConditionalForwarderRequest.Builder extends CopyableBuilder<CreateConditionalForwarderRequest.Builder,CreateConditionalForwarderRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateConditionalForwarderRequest.Builder |
directoryId(String directoryId) |
The directory ID of the AWS directory for which you are creating the conditional forwarder.
|
CreateConditionalForwarderRequest.Builder |
dnsIpAddrs(String... dnsIpAddrs) |
The IP addresses of the remote DNS server associated with RemoteDomainName.
|
CreateConditionalForwarderRequest.Builder |
dnsIpAddrs(Collection<String> dnsIpAddrs) |
The IP addresses of the remote DNS server associated with RemoteDomainName.
|
CreateConditionalForwarderRequest.Builder |
remoteDomainName(String remoteDomainName) |
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
|
copy
apply, build
CreateConditionalForwarderRequest.Builder directoryId(String directoryId)
The directory ID of the AWS directory for which you are creating the conditional forwarder.
directoryId
- The directory ID of the AWS directory for which you are creating the conditional forwarder.CreateConditionalForwarderRequest.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.CreateConditionalForwarderRequest.Builder dnsIpAddrs(Collection<String> dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
dnsIpAddrs
- The IP addresses of the remote DNS server associated with RemoteDomainName.CreateConditionalForwarderRequest.Builder dnsIpAddrs(String... dnsIpAddrs)
The IP addresses of the remote DNS server associated with RemoteDomainName.
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 IP addresses of the remote DNS server associated with RemoteDomainName.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.