static GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.builder() |
Return a new builder for this request object.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment the zone belongs to.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.copy(GetZoneRecordsRequest o) |
Copy method to populate the builder with values from the given instance.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.domain(String domain) |
Search by domain.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.domainContains(String domainContains) |
Search by domain.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.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.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.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.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.limit(Long limit) |
The maximum number of items to return in a page of the collection.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.page(String page) |
The value of the opc-next-page response header from the previous “List” call.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.rtype(String rtype) |
Search by record type.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.scope(Scope scope) |
Specifies to operate only on resources that have a matching DNS scope.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.sortBy(GetZoneRecordsRequest.SortBy sortBy) |
The field by which to sort records.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.sortOrder(SortOrder sortOrder) |
The order to sort the resources.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.toBuilder() |
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.viewId(String viewId) |
The OCID of the view the zone is associated with.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.zoneNameOrId(String zoneNameOrId) |
The name or OCID of the target zone.
|
GetZoneRecordsRequest.Builder |
GetZoneRecordsRequest.Builder.zoneVersion(String zoneVersion) |
The version of the zone for which data is requested.
|