Package | Description |
---|---|
com.oracle.bmc.dns.requests |
Modifier and Type | Method and Description |
---|---|
PatchRRSetRequest.Builder |
PatchRRSetRequest.Builder.body$(PatchRRSetDetails body)
Alternative setter for the body parameter.
|
static PatchRRSetRequest.Builder |
PatchRRSetRequest.builder()
Return a new builder for this request object.
|
PatchRRSetRequest.Builder |
PatchRRSetRequest.Builder.compartmentId(String compartmentId)
The OCID of the compartment the zone belongs to.
|
PatchRRSetRequest.Builder |
PatchRRSetRequest.Builder.copy(PatchRRSetRequest o)
Copy method to populate the builder with values from the given instance.
|
PatchRRSetRequest.Builder |
PatchRRSetRequest.Builder.domain(String domain)
The target fully-qualified domain name (FQDN) within the target zone.
|
PatchRRSetRequest.Builder |
PatchRRSetRequest.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. |
PatchRRSetRequest.Builder |
PatchRRSetRequest.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. |
PatchRRSetRequest.Builder |
PatchRRSetRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
PatchRRSetRequest.Builder |
PatchRRSetRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
PatchRRSetRequest.Builder |
PatchRRSetRequest.Builder.patchRRSetDetails(PatchRRSetDetails patchRRSetDetails)
Operations describing how to modify the collection of records.
|
PatchRRSetRequest.Builder |
PatchRRSetRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
PatchRRSetRequest.Builder |
PatchRRSetRequest.Builder.rtype(String rtype)
The type of the target RRSet within the target zone.
|
PatchRRSetRequest.Builder |
PatchRRSetRequest.Builder.scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
|
PatchRRSetRequest.Builder |
PatchRRSetRequest.toBuilder()
Return an instance of
PatchRRSetRequest.Builder that allows you to modify request properties. |
PatchRRSetRequest.Builder |
PatchRRSetRequest.Builder.viewId(String viewId)
The OCID of the view the zone is associated with.
|
PatchRRSetRequest.Builder |
PatchRRSetRequest.Builder.zoneNameOrId(String zoneNameOrId)
The name or OCID of the target zone.
|
Copyright © 2016–2024. All rights reserved.