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