Package | Description |
---|---|
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
DropSqlTuningSetRequest.Builder |
DropSqlTuningSetRequest.Builder.body$(DropSqlTuningSetDetails body)
Alternative setter for the body parameter.
|
static DropSqlTuningSetRequest.Builder |
DropSqlTuningSetRequest.builder()
Return a new builder for this request object.
|
DropSqlTuningSetRequest.Builder |
DropSqlTuningSetRequest.Builder.copy(DropSqlTuningSetRequest o)
Copy method to populate the builder with values from the given instance.
|
DropSqlTuningSetRequest.Builder |
DropSqlTuningSetRequest.Builder.dropSqlTuningSetDetails(DropSqlTuningSetDetails dropSqlTuningSetDetails)
The details required to drop a Sql tuning set.
|
DropSqlTuningSetRequest.Builder |
DropSqlTuningSetRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
DropSqlTuningSetRequest.Builder |
DropSqlTuningSetRequest.Builder.managedDatabaseId(String managedDatabaseId)
The OCID of the
Managed Database.
|
DropSqlTuningSetRequest.Builder |
DropSqlTuningSetRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
DropSqlTuningSetRequest.Builder |
DropSqlTuningSetRequest.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.
|
DropSqlTuningSetRequest.Builder |
DropSqlTuningSetRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
DropSqlTuningSetRequest.Builder |
DropSqlTuningSetRequest.Builder.sqlTuningSetId(Integer sqlTuningSetId)
The unique identifier of the Sql tuning set.
|
DropSqlTuningSetRequest.Builder |
DropSqlTuningSetRequest.toBuilder()
Return an instance of
DropSqlTuningSetRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.