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