public static class DeleteDomainRecordsRequest.Builder extends Object implements BmcRequest.Builder<DeleteDomainRecordsRequest,Void>
Modifier and Type | Method and Description |
---|---|
DeleteDomainRecordsRequest |
build()
Build the instance of DeleteDomainRecordsRequest as configured by this builder
|
DeleteDomainRecordsRequest |
buildWithoutInvocationCallback() |
DeleteDomainRecordsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the compartment the zone belongs to.
|
DeleteDomainRecordsRequest.Builder |
copy(DeleteDomainRecordsRequest o)
Copy method to populate the builder with values from the given instance.
|
DeleteDomainRecordsRequest.Builder |
domain(String domain)
The target fully-qualified domain name (FQDN) within the target zone.
|
DeleteDomainRecordsRequest.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. |
DeleteDomainRecordsRequest.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. |
DeleteDomainRecordsRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
DeleteDomainRecordsRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
DeleteDomainRecordsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
DeleteDomainRecordsRequest.Builder |
scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
|
String |
toString() |
DeleteDomainRecordsRequest.Builder |
viewId(String viewId)
The OCID of the view the resource is associated with.
|
DeleteDomainRecordsRequest.Builder |
zoneNameOrId(String zoneNameOrId)
The name or OCID of the target zone.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public DeleteDomainRecordsRequest.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 DeleteDomainRecordsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic DeleteDomainRecordsRequest.Builder copy(DeleteDomainRecordsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<DeleteDomainRecordsRequest,Void>
o
- other request from which to copy valuespublic DeleteDomainRecordsRequest build()
Build the instance of DeleteDomainRecordsRequest 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<DeleteDomainRecordsRequest,Void>
public DeleteDomainRecordsRequest.Builder zoneNameOrId(String zoneNameOrId)
The name or OCID of the target zone.
this
.public DeleteDomainRecordsRequest.Builder domain(String domain)
The target fully-qualified domain name (FQDN) within the target zone.
this
.public DeleteDomainRecordsRequest.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 DeleteDomainRecordsRequest.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 DeleteDomainRecordsRequest.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 DeleteDomainRecordsRequest.Builder scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
this
.public DeleteDomainRecordsRequest.Builder viewId(String viewId)
The OCID of the view the resource is associated with.
this
.public DeleteDomainRecordsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment the zone belongs to.
This parameter is deprecated and should be omitted.
this
.public DeleteDomainRecordsRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.