static ZoneSummary.Builder |
ZoneSummary.builder() |
Create a new builder.
|
ZoneSummary.Builder |
ZoneSummary.Builder.compartmentId(String compartmentId) |
The OCID of the compartment containing the zone.
|
ZoneSummary.Builder |
ZoneSummary.Builder.copy(ZoneSummary model) |
|
ZoneSummary.Builder |
ZoneSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
ZoneSummary.Builder |
ZoneSummary.Builder.dnssecConfig(DnssecConfig dnssecConfig) |
|
ZoneSummary.Builder |
ZoneSummary.Builder.dnssecState(ZoneDnssecState dnssecState) |
The state of DNSSEC on the zone.
|
ZoneSummary.Builder |
ZoneSummary.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
ZoneSummary.Builder |
ZoneSummary.Builder.id(String id) |
The OCID of the zone.
|
ZoneSummary.Builder |
ZoneSummary.Builder.isProtected(Boolean isProtected) |
A Boolean flag indicating whether or not parts of the resource are unable to be
explicitly managed.
|
ZoneSummary.Builder |
ZoneSummary.Builder.lifecycleState(ZoneSummary.LifecycleState lifecycleState) |
The current state of the zone resource.
|
ZoneSummary.Builder |
ZoneSummary.Builder.name(String name) |
The name of the zone.
|
ZoneSummary.Builder |
ZoneSummary.Builder.scope(Scope scope) |
The scope of the zone.
|
ZoneSummary.Builder |
ZoneSummary.Builder.self(String self) |
The canonical absolute URL of the resource.
|
ZoneSummary.Builder |
ZoneSummary.Builder.serial(Long serial) |
The current serial of the zone.
|
ZoneSummary.Builder |
ZoneSummary.Builder.timeCreated(Date timeCreated) |
The date and time the resource was created in “YYYY-MM-ddThh:mm:ssZ” format with a Z
offset, as defined by RFC 3339.
|
ZoneSummary.Builder |
ZoneSummary.toBuilder() |
|
ZoneSummary.Builder |
ZoneSummary.Builder.version(String version) |
Version is the never-repeating, totally-orderable, version of the zone, from which the
serial field of the zone’s SOA record is derived.
|
ZoneSummary.Builder |
ZoneSummary.Builder.viewId(String viewId) |
The OCID of the private view containing the zone.
|
ZoneSummary.Builder |
ZoneSummary.Builder.zoneType(ZoneSummary.ZoneType zoneType) |
The type of the zone.
|