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