CopyableBuilder<TestDNSAnswerRequest.Builder,TestDNSAnswerRequest>
, SdkBuilder<TestDNSAnswerRequest.Builder,TestDNSAnswerRequest>
public static interface TestDNSAnswerRequest.Builder extends CopyableBuilder<TestDNSAnswerRequest.Builder,TestDNSAnswerRequest>
Modifier and Type | Method | Description |
---|---|---|
TestDNSAnswerRequest.Builder |
edns0ClientSubnetIP(String edns0ClientSubnetIP) |
If the resolver that you specified for resolverip supports EDNS0, specify the IPv4 or IPv6 address of a
client in the applicable location, for example,
192.0.2.44 or
2001:db8:85a3::8a2e:370:7334 . |
TestDNSAnswerRequest.Builder |
edns0ClientSubnetMask(String edns0ClientSubnetMask) |
If you specify an IP address for
edns0clientsubnetip , you can optionally specify the number of
bits of the IP address that you want the checking tool to include in the DNS query. |
TestDNSAnswerRequest.Builder |
hostedZoneId(String hostedZoneId) |
The ID of the hosted zone that you want Amazon Route 53 to simulate a query for.
|
TestDNSAnswerRequest.Builder |
recordName(String recordName) |
The name of the resource record set that you want Amazon Route 53 to simulate a query for.
|
TestDNSAnswerRequest.Builder |
recordType(String recordType) |
The type of the resource record set.
|
TestDNSAnswerRequest.Builder |
recordType(RRType recordType) |
The type of the resource record set.
|
TestDNSAnswerRequest.Builder |
resolverIP(String resolverIP) |
If you want to simulate a request from a specific DNS resolver, specify the IP address for that resolver.
|
copy
apply, build
TestDNSAnswerRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want Amazon Route 53 to simulate a query for.
hostedZoneId
- The ID of the hosted zone that you want Amazon Route 53 to simulate a query for.TestDNSAnswerRequest.Builder recordName(String recordName)
The name of the resource record set that you want Amazon Route 53 to simulate a query for.
recordName
- The name of the resource record set that you want Amazon Route 53 to simulate a query for.TestDNSAnswerRequest.Builder recordType(String recordType)
The type of the resource record set.
recordType
- The type of the resource record set.RRType
TestDNSAnswerRequest.Builder recordType(RRType recordType)
The type of the resource record set.
recordType
- The type of the resource record set.RRType
TestDNSAnswerRequest.Builder resolverIP(String resolverIP)
If you want to simulate a request from a specific DNS resolver, specify the IP address for that resolver. If
you omit this value, TestDnsAnswer
uses the IP address of a DNS resolver in the AWS US East (N.
Virginia) Region (us-east-1
).
resolverIP
- If you want to simulate a request from a specific DNS resolver, specify the IP address for that
resolver. If you omit this value, TestDnsAnswer
uses the IP address of a DNS resolver in
the AWS US East (N. Virginia) Region (us-east-1
).TestDNSAnswerRequest.Builder edns0ClientSubnetIP(String edns0ClientSubnetIP)
If the resolver that you specified for resolverip supports EDNS0, specify the IPv4 or IPv6 address of a
client in the applicable location, for example, 192.0.2.44
or
2001:db8:85a3::8a2e:370:7334
.
edns0ClientSubnetIP
- If the resolver that you specified for resolverip supports EDNS0, specify the IPv4 or IPv6 address of
a client in the applicable location, for example, 192.0.2.44
or
2001:db8:85a3::8a2e:370:7334
.TestDNSAnswerRequest.Builder edns0ClientSubnetMask(String edns0ClientSubnetMask)
If you specify an IP address for edns0clientsubnetip
, you can optionally specify the number of
bits of the IP address that you want the checking tool to include in the DNS query. For example, if you
specify 192.0.2.44
for edns0clientsubnetip
and 24
for
edns0clientsubnetmask
, the checking tool will simulate a request from 192.0.2.0/24. The default
value is 24 bits for IPv4 addresses and 64 bits for IPv6 addresses.
edns0ClientSubnetMask
- If you specify an IP address for edns0clientsubnetip
, you can optionally specify the
number of bits of the IP address that you want the checking tool to include in the DNS query. For
example, if you specify 192.0.2.44
for edns0clientsubnetip
and
24
for edns0clientsubnetmask
, the checking tool will simulate a request from
192.0.2.0/24. The default value is 24 bits for IPv4 addresses and 64 bits for IPv6 addresses.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.