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