Uses of Interface
software.amazon.awssdk.services.route53.model.TestDnsAnswerResponse.Builder
Packages that use TestDnsAnswerResponse.Builder
-
Uses of TestDnsAnswerResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return TestDnsAnswerResponse.BuilderModifier and TypeMethodDescriptionTestDnsAnswerResponse.builder()TestDnsAnswerResponse.Builder.nameserver(String nameserver) The Amazon Route 53 name server used to respond to the request.The protocol that Amazon Route 53 used to respond to the request, eitherUDPorTCP.TestDnsAnswerResponse.Builder.recordData(String... recordData) A list that contains values that Amazon Route 53 returned for this resource record set.TestDnsAnswerResponse.Builder.recordData(Collection<String> recordData) A list that contains values that Amazon Route 53 returned for this resource record set.TestDnsAnswerResponse.Builder.recordName(String recordName) The name of the resource record set that you submitted a request for.TestDnsAnswerResponse.Builder.recordType(String recordType) The type of the resource record set that you submitted a request for.TestDnsAnswerResponse.Builder.recordType(RRType recordType) The type of the resource record set that you submitted a request for.TestDnsAnswerResponse.Builder.responseCode(String responseCode) A code that indicates whether the request is valid or not.TestDnsAnswerResponse.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type TestDnsAnswerResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TestDnsAnswerResponse.Builder>TestDnsAnswerResponse.serializableBuilderClass()