static ListRunbooksRequest.Builder |
ListRunbooksRequest.builder() |
Return a new builder for this request object.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.compartmentId(String compartmentId) |
The ID of the compartment in which to list resources.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.copy(ListRunbooksRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.displayName(String displayName) |
A filter to return only resources that match the entire display name given.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.id(String id) |
Unique identifier or OCID for listing a single Runbook by id.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.lifecycleState(Runbook.LifecycleState lifecycleState) |
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.operation(String operation) |
A filter to return runbooks whose operation matches the given lifecycle operation.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.page(String page) |
A token representing the position at which to start retrieving results.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.platform(String platform) |
A filter to return runbooks whose platform matches the given platform.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.sortBy(RunbookSortBy sortBy) |
The field to sort by.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.toBuilder() |
|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.type(Runbook.Type type) |
A filter to return runbooks whose type matches the given type.
|