Package | Description |
---|---|
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
DbNodeActionRequest.Builder |
DbNodeActionRequest.Builder.action(String action)
The action to perform on the DB Node.
|
static DbNodeActionRequest.Builder |
DbNodeActionRequest.builder()
Return a new builder for this request object.
|
DbNodeActionRequest.Builder |
DbNodeActionRequest.Builder.copy(DbNodeActionRequest o)
Copy method to populate the builder with values from the given instance.
|
DbNodeActionRequest.Builder |
DbNodeActionRequest.Builder.dbNodeId(String dbNodeId)
The database node
OCID.
|
DbNodeActionRequest.Builder |
DbNodeActionRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control.
|
DbNodeActionRequest.Builder |
DbNodeActionRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
DbNodeActionRequest.Builder |
DbNodeActionRequest.Builder.opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
DbNodeActionRequest.Builder |
DbNodeActionRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
DbNodeActionRequest.Builder |
DbNodeActionRequest.toBuilder()
Return an instance of
DbNodeActionRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.