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