Package | Description |
---|---|
com.oracle.bmc.mysql.requests |
Modifier and Type | Method and Description |
---|---|
StopDbSystemRequest.Builder |
StopDbSystemRequest.Builder.body$(StopDbSystemDetails body)
Alternative setter for the body parameter.
|
static StopDbSystemRequest.Builder |
StopDbSystemRequest.builder()
Return a new builder for this request object.
|
StopDbSystemRequest.Builder |
StopDbSystemRequest.Builder.copy(StopDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
|
StopDbSystemRequest.Builder |
StopDbSystemRequest.Builder.dbSystemId(String dbSystemId)
The DB System
OCID.
|
StopDbSystemRequest.Builder |
StopDbSystemRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control.
|
StopDbSystemRequest.Builder |
StopDbSystemRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
StopDbSystemRequest.Builder |
StopDbSystemRequest.Builder.opcRequestId(String opcRequestId)
Customer-defined unique identifier for the request.
|
StopDbSystemRequest.Builder |
StopDbSystemRequest.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.
|
StopDbSystemRequest.Builder |
StopDbSystemRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
StopDbSystemRequest.Builder |
StopDbSystemRequest.Builder.stopDbSystemDetails(StopDbSystemDetails stopDbSystemDetails)
Optional parameters for the stop action.
|
StopDbSystemRequest.Builder |
StopDbSystemRequest.toBuilder()
Return an instance of
StopDbSystemRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.