public static class DeleteRRSetRequest.Builder extends Object implements BmcRequest.Builder<DeleteRRSetRequest,Void>
Modifier and Type | Method and Description |
---|---|
DeleteRRSetRequest |
build()
Build the instance of DeleteRRSetRequest as configured by this builder
|
DeleteRRSetRequest |
buildWithoutInvocationCallback() |
DeleteRRSetRequest.Builder |
compartmentId(String compartmentId)
The OCID of the compartment the zone belongs to.
|
DeleteRRSetRequest.Builder |
copy(DeleteRRSetRequest o)
Copy method to populate the builder with values from the given instance.
|
DeleteRRSetRequest.Builder |
domain(String domain)
The target fully-qualified domain name (FQDN) within the target zone.
|
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 |
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 |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
DeleteRRSetRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
DeleteRRSetRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
DeleteRRSetRequest.Builder |
rtype(String rtype)
The type of the target RRSet within the target zone.
|
DeleteRRSetRequest.Builder |
scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
|
String |
toString() |
DeleteRRSetRequest.Builder |
viewId(String viewId)
The OCID of the view the resource is associated with.
|
DeleteRRSetRequest.Builder |
zoneNameOrId(String zoneNameOrId)
The name or OCID of the target zone.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public DeleteRRSetRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic DeleteRRSetRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic DeleteRRSetRequest.Builder copy(DeleteRRSetRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<DeleteRRSetRequest,Void>
o
- other request from which to copy valuespublic DeleteRRSetRequest build()
Build the instance of DeleteRRSetRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<DeleteRRSetRequest,Void>
public DeleteRRSetRequest.Builder zoneNameOrId(String zoneNameOrId)
The name or OCID of the target zone.
this
.public DeleteRRSetRequest.Builder domain(String domain)
The target fully-qualified domain name (FQDN) within the target zone.
this
.public DeleteRRSetRequest.Builder rtype(String rtype)
The type of the target RRSet within the target zone.
this
.public 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.
this
.public 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. This
field accomplishes the same purpose as If-Match for cases where the user
agent does not have an entity-tag for the representation.
this
.public DeleteRRSetRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public DeleteRRSetRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment the zone belongs to.
This parameter is deprecated and should be omitted.
this
.public DeleteRRSetRequest.Builder scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
this
.public DeleteRRSetRequest.Builder viewId(String viewId)
The OCID of the view the resource is associated with.
this
.public DeleteRRSetRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.