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