Package | Description |
---|---|
com.oracle.bmc.dns.requests |
Modifier and Type | Method and Description |
---|---|
UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.body$(UpdateResolverDetails body)
Alternative setter for the body parameter.
|
static UpdateResolverRequest.Builder |
UpdateResolverRequest.builder()
Return a new builder for this request object.
|
UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.copy(UpdateResolverRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateResolverRequest.Builder |
UpdateResolverRequest.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. |
UpdateResolverRequest.Builder |
UpdateResolverRequest.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. |
UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.resolverId(String resolverId)
The OCID of the target resolver.
|
UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
|
UpdateResolverRequest.Builder |
UpdateResolverRequest.toBuilder()
Return an instance of
UpdateResolverRequest.Builder that allows you to modify request properties. |
UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.updateResolverDetails(UpdateResolverDetails updateResolverDetails)
New data for the resolver.
|
Copyright © 2016–2024. All rights reserved.