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