static GetZoneRequest.Builder |
GetZoneRequest.builder() |
Return a new builder for this request object.
|
GetZoneRequest.Builder |
GetZoneRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment the zone belongs to.
|
GetZoneRequest.Builder |
GetZoneRequest.Builder.copy(GetZoneRequest o) |
Copy method to populate the builder with values from the given instance.
|
GetZoneRequest.Builder |
GetZoneRequest.Builder.ifModifiedSince(String ifModifiedSince) |
The If-Modified-Since header field makes a GET or HEAD request method conditional
on the selected representation’s modification date being more recent than the date
provided in the field-value.
|
GetZoneRequest.Builder |
GetZoneRequest.Builder.ifNoneMatch(String ifNoneMatch) |
The If-None-Match header field makes the request method conditional on the
absence of any current representation of the target resource, when the field-value is
*, or having a selected representation with an entity-tag that does not match any
of those listed in the field-value.
|
GetZoneRequest.Builder |
GetZoneRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
GetZoneRequest.Builder |
GetZoneRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
GetZoneRequest.Builder |
GetZoneRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
GetZoneRequest.Builder |
GetZoneRequest.Builder.scope(Scope scope) |
Specifies to operate only on resources that have a matching DNS scope.
|
GetZoneRequest.Builder |
GetZoneRequest.toBuilder() |
|
GetZoneRequest.Builder |
GetZoneRequest.Builder.viewId(String viewId) |
The OCID of the view the zone is associated with.
|
GetZoneRequest.Builder |
GetZoneRequest.Builder.zoneNameOrId(String zoneNameOrId) |
The name or OCID of the target zone.
|