static TestDnsAnswerRequest.Builder |
TestDnsAnswerRequest.builder() |
|
TestDnsAnswerRequest.Builder |
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 |
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 |
TestDnsAnswerRequest.Builder.hostedZoneId(String hostedZoneId) |
The ID of the hosted zone that you want Amazon Route 53 to simulate a query for.
|
TestDnsAnswerRequest.Builder |
TestDnsAnswerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
TestDnsAnswerRequest.Builder |
TestDnsAnswerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
TestDnsAnswerRequest.Builder |
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 |
TestDnsAnswerRequest.Builder.recordType(String recordType) |
The type of the resource record set.
|
TestDnsAnswerRequest.Builder |
TestDnsAnswerRequest.Builder.recordType(RRType recordType) |
The type of the resource record set.
|
TestDnsAnswerRequest.Builder |
TestDnsAnswerRequest.Builder.resolverIP(String resolverIP) |
If you want to simulate a request from a specific DNS resolver, specify the IP address for that resolver.
|
TestDnsAnswerRequest.Builder |
TestDnsAnswerRequest.toBuilder() |
|