Class DNS.Builder
- java.lang.Object
- 
- com.oracle.bmc.healthchecks.model.DNS.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DNS.Builderaddresses(List<String> addresses)The addresses returned by DNS resolution.DNSbuild()DNS.Buildercopy(DNS model)DNS.BuilderdomainLookupDuration(Double domainLookupDuration)Total DNS resolution duration, in milliseconds.
 
- 
- 
- 
Method Detail- 
domainLookupDurationpublic DNS.Builder domainLookupDuration(Double domainLookupDuration) Total DNS resolution duration, in milliseconds.Calculated using domainLookupEnd minus domainLookupStart. - Parameters:
- domainLookupDuration- the value to set
- Returns:
- this builder
 
 - 
addressespublic DNS.Builder addresses(List<String> addresses) The addresses returned by DNS resolution.- Parameters:
- addresses- the value to set
- Returns:
- this builder
 
 - 
buildpublic DNS build() 
 - 
copypublic DNS.Builder copy(DNS model) 
 
- 
 
-