Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DNS.Builder |
addresses(List<String> addresses)
The addresses returned by DNS resolution.
|
DNS |
build() |
DNS.Builder |
copy(DNS model) |
DNS.Builder |
domainLookupDuration(Double domainLookupDuration)
Total DNS resolution duration, in milliseconds.
|
public DNS.Builder domainLookupDuration(Double domainLookupDuration)
Total DNS resolution duration, in milliseconds. Calculated using domainLookupEnd
minus domainLookupStart
.
domainLookupDuration
- the value to setpublic DNS.Builder addresses(List<String> addresses)
The addresses returned by DNS resolution.
addresses
- the value to setpublic DNS build()
public DNS.Builder copy(DNS model)
Copyright © 2016–2024. All rights reserved.