UpdateZoneRequest.Builder |
UpdateZoneRequest.Builder.body$(UpdateZoneDetails body) |
Alternative setter for the body parameter.
|
static UpdateZoneRequest.Builder |
UpdateZoneRequest.builder() |
Return a new builder for this request object.
|
UpdateZoneRequest.Builder |
UpdateZoneRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment the zone belongs to.
|
UpdateZoneRequest.Builder |
UpdateZoneRequest.Builder.copy(UpdateZoneRequest o) |
Copy method to populate the builder with values from the given instance.
|
UpdateZoneRequest.Builder |
UpdateZoneRequest.Builder.ifMatch(String ifMatch) |
The If-Match header field makes the request method conditional on the existence
of at least one current representation of the target resource, when the field-value is
*, or having a current representation of the target resource that has an
entity-tag matching a member of the list of entity-tags provided in the field-value.
|
UpdateZoneRequest.Builder |
UpdateZoneRequest.Builder.ifUnmodifiedSince(String ifUnmodifiedSince) |
The If-Unmodified-Since header field makes the request method conditional on the
selected representation’s last modification date being earlier than or equal to the date
provided in the field-value.
|
UpdateZoneRequest.Builder |
UpdateZoneRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
UpdateZoneRequest.Builder |
UpdateZoneRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
UpdateZoneRequest.Builder |
UpdateZoneRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
UpdateZoneRequest.Builder |
UpdateZoneRequest.Builder.scope(Scope scope) |
Specifies to operate only on resources that have a matching DNS scope.
|
UpdateZoneRequest.Builder |
UpdateZoneRequest.toBuilder() |
|
UpdateZoneRequest.Builder |
UpdateZoneRequest.Builder.updateZoneDetails(UpdateZoneDetails updateZoneDetails) |
New data for the zone.
|
UpdateZoneRequest.Builder |
UpdateZoneRequest.Builder.viewId(String viewId) |
The OCID of the view the zone is associated with.
|
UpdateZoneRequest.Builder |
UpdateZoneRequest.Builder.zoneNameOrId(String zoneNameOrId) |
The name or OCID of the target zone.
|