Package | Description |
---|---|
com.oracle.bmc.psql.requests |
Modifier and Type | Method and Description |
---|---|
UpdateDbSystemRequest.Builder |
UpdateDbSystemRequest.Builder.body$(UpdateDbSystemDetails body)
Alternative setter for the body parameter.
|
static UpdateDbSystemRequest.Builder |
UpdateDbSystemRequest.builder()
Return a new builder for this request object.
|
UpdateDbSystemRequest.Builder |
UpdateDbSystemRequest.Builder.copy(UpdateDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateDbSystemRequest.Builder |
UpdateDbSystemRequest.Builder.dbSystemId(String dbSystemId)
A unique identifier for the database system.
|
UpdateDbSystemRequest.Builder |
UpdateDbSystemRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control.
|
UpdateDbSystemRequest.Builder |
UpdateDbSystemRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateDbSystemRequest.Builder |
UpdateDbSystemRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
UpdateDbSystemRequest.Builder |
UpdateDbSystemRequest.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.
|
UpdateDbSystemRequest.Builder |
UpdateDbSystemRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateDbSystemRequest.Builder |
UpdateDbSystemRequest.toBuilder()
Return an instance of
UpdateDbSystemRequest.Builder that allows you to modify request properties. |
UpdateDbSystemRequest.Builder |
UpdateDbSystemRequest.Builder.updateDbSystemDetails(UpdateDbSystemDetails updateDbSystemDetails)
The information to be updated.
|
Copyright © 2016–2024. All rights reserved.