public static interface TestDnsAnswerResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<TestDnsAnswerResponse.Builder,TestDnsAnswerResponse>
Modifier and Type | Method and Description |
---|---|
TestDnsAnswerResponse.Builder |
nameserver(String nameserver)
The Amazon Route 53 name server used to respond to the request.
|
TestDnsAnswerResponse.Builder |
protocol(String protocol)
The protocol that Amazon Route 53 used to respond to the request, either
UDP or TCP
. |
TestDnsAnswerResponse.Builder |
recordData(Collection<String> recordData)
A list that contains values that Amazon Route 53 returned for this resource record set.
|
TestDnsAnswerResponse.Builder |
recordData(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(RRType recordType)
The type 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 |
responseCode(String responseCode)
A code that indicates whether the request is valid or not.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
TestDnsAnswerResponse.Builder nameserver(String nameserver)
The Amazon Route 53 name server used to respond to the request.
nameserver
- The Amazon Route 53 name server used to respond to the request.TestDnsAnswerResponse.Builder recordName(String recordName)
The name of the resource record set that you submitted a request for.
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 recordData(Collection<String> recordData)
A list that contains values that Amazon Route 53 returned for this resource record set.
recordData
- A list that contains values that Amazon Route 53 returned for this resource record set.TestDnsAnswerResponse.Builder recordData(String... recordData)
A list that contains values that Amazon Route 53 returned for this resource record set.
recordData
- A list that contains values that Amazon Route 53 returned for this resource record set.TestDnsAnswerResponse.Builder responseCode(String responseCode)
A code that indicates whether the request is valid or not. The most common response code is
NOERROR
, meaning that the request is valid. If the response is not valid, Amazon Route 53
returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on
the IANA website.
responseCode
- A code that indicates whether the request is valid or not. The most common response code is
NOERROR
, meaning that the request is valid. If the response is not valid, Amazon Route 53
returns a response code that describes the error. For a list of possible response codes, see DNS
RCODES on the IANA website.TestDnsAnswerResponse.Builder protocol(String protocol)
The protocol that Amazon Route 53 used to respond to the request, either UDP
or TCP
.
protocol
- The protocol that Amazon Route 53 used to respond to the request, either UDP
or
TCP
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.