public static interface CreateConditionalForwarderRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<CreateConditionalForwarderRequest.Builder,CreateConditionalForwarderRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConditionalForwarderRequest.Builder |
directoryId(String directoryId)
The directory ID of the AWS directory for which you are creating the conditional forwarder.
|
CreateConditionalForwarderRequest.Builder |
dnsIpAddrs(Collection<String> 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.
|
CreateConditionalForwarderRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateConditionalForwarderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateConditionalForwarderRequest.Builder |
remoteDomainName(String remoteDomainName)
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConditionalForwarderRequest.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.
dnsIpAddrs - The IP addresses of the remote DNS server associated with RemoteDomainName.CreateConditionalForwarderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConditionalForwarderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.