Package | Description |
---|---|
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
static AddmTasksRequest.Builder |
AddmTasksRequest.builder()
Return a new builder for this request object.
|
AddmTasksRequest.Builder |
AddmTasksRequest.Builder.copy(AddmTasksRequest o)
Copy method to populate the builder with values from the given instance.
|
AddmTasksRequest.Builder |
AddmTasksRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
AddmTasksRequest.Builder |
AddmTasksRequest.Builder.limit(Integer limit)
The maximum number of records returned in the paginated response.
|
AddmTasksRequest.Builder |
AddmTasksRequest.Builder.managedDatabaseId(String managedDatabaseId)
The OCID of the
Managed Database.
|
AddmTasksRequest.Builder |
AddmTasksRequest.Builder.opcNamedCredentialId(String opcNamedCredentialId)
The OCID of the Named Credential.
|
AddmTasksRequest.Builder |
AddmTasksRequest.Builder.opcRequestId(String opcRequestId)
Unique identifier for the request.
|
AddmTasksRequest.Builder |
AddmTasksRequest.Builder.page(String page)
The page token representing the page from where the next set of paginated results are
retrieved.
|
AddmTasksRequest.Builder |
AddmTasksRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
AddmTasksRequest.Builder |
AddmTasksRequest.Builder.sortBy(AddmTasksRequest.SortBy sortBy)
The option to sort the list of ADDM tasks.
|
AddmTasksRequest.Builder |
AddmTasksRequest.Builder.sortOrder(SortOrders sortOrder)
The option to sort information in ascending (‘ASC’) or descending
(‘DESC’) order.
|
AddmTasksRequest.Builder |
AddmTasksRequest.Builder.timeEnd(Date timeEnd)
The end of the time range to search for ADDM tasks as defined by date-time RFC3339
format.
|
AddmTasksRequest.Builder |
AddmTasksRequest.Builder.timeStart(Date timeStart)
The beginning of the time range to search for ADDM tasks as defined by date-time RFC3339
format.
|
AddmTasksRequest.Builder |
AddmTasksRequest.toBuilder()
Return an instance of
AddmTasksRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.