Interface TestDnsAnswerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<TestDnsAnswerResponse.Builder,
,TestDnsAnswerResponse> Route53Response.Builder
,SdkBuilder<TestDnsAnswerResponse.Builder,
,TestDnsAnswerResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
TestDnsAnswerResponse
-
Method Summary
Modifier and TypeMethodDescriptionnameserver
(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, eitherUDP
orTCP
.recordData
(String... recordData) A list that contains values that Amazon Route 53 returned for this resource record set.recordData
(Collection<String> recordData) A list that contains values that Amazon Route 53 returned for this resource record set.recordName
(String recordName) The name of the resource record set that you submitted a request for.recordType
(String recordType) The type of the resource record set that you submitted a request for.recordType
(RRType recordType) The type of the resource record set that you submitted a request for.responseCode
(String responseCode) A code that indicates whether the request is valid or not.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nameserver
The Amazon Route 53 name server used to respond to the request.
- Parameters:
nameserver
- The Amazon Route 53 name server used to respond to the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordName
The name of the resource record set that you submitted a request for.
- Parameters:
recordName
- The name of the resource record set that you submitted a request for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordType
The type of the resource record set that you submitted a request for.
- Parameters:
recordType
- The type of the resource record set that you submitted a request for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recordType
The type of the resource record set that you submitted a request for.
- Parameters:
recordType
- The type of the resource record set that you submitted a request for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recordData
A list that contains values that Amazon Route 53 returned for this resource record set.
- Parameters:
recordData
- A list that contains values that Amazon Route 53 returned for this resource record set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordData
A list that contains values that Amazon Route 53 returned for this resource record set.
- Parameters:
recordData
- A list that contains values that Amazon Route 53 returned for this resource record set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
responseCode
- A code that indicates whether the request is valid or not. The most common response code isNOERROR
, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
The protocol that Amazon Route 53 used to respond to the request, either
UDP
orTCP
.- Parameters:
protocol
- The protocol that Amazon Route 53 used to respond to the request, eitherUDP
orTCP
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-