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