public static class DnssecKeyVersionDsData.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DnssecKeyVersionDsData |
build() |
DnssecKeyVersionDsData.Builder |
copy(DnssecKeyVersionDsData model) |
DnssecKeyVersionDsData.Builder |
digestType(DnssecDigestType digestType)
The type of the digest associated with the rdata.
|
DnssecKeyVersionDsData.Builder |
rdata(String rdata)
Presentation-format DS record data that must be added to the parent zone.
|
public DnssecKeyVersionDsData.Builder rdata(String rdata)
Presentation-format DS record data that must be added to the parent zone. For more information about RDATA, see Supported DNS Resource Record Types
rdata
- the value to setpublic DnssecKeyVersionDsData.Builder digestType(DnssecDigestType digestType)
The type of the digest associated with the rdata.
digestType
- the value to setpublic DnssecKeyVersionDsData build()
public DnssecKeyVersionDsData.Builder copy(DnssecKeyVersionDsData model)
Copyright © 2016–2024. All rights reserved.