Package com.oracle.bmc.dns.model
Class DnssecKeyVersionDsData.Builder
- java.lang.Object
-
- com.oracle.bmc.dns.model.DnssecKeyVersionDsData.Builder
-
- Enclosing class:
- DnssecKeyVersionDsData
public static class DnssecKeyVersionDsData.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
rdata
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
- Parameters:
rdata
- the value to set- Returns:
- this builder
-
digestType
public DnssecKeyVersionDsData.Builder digestType(DnssecDigestType digestType)
The type of the digest associated with the rdata.- Parameters:
digestType
- the value to set- Returns:
- this builder
-
build
public DnssecKeyVersionDsData build()
-
copy
public DnssecKeyVersionDsData.Builder copy(DnssecKeyVersionDsData model)
-
-