static ListWorkspacesRequest.Builder |
ListWorkspacesRequest.builder() |
Return a new builder for this request object.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment containing the resources you want to list.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.copy(ListWorkspacesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.lifecycleState(Workspace.LifecycleState lifecycleState) |
The lifecycle state of a resource.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.limit(Integer limit) |
Sets the maximum number of results per page, or items to return in a paginated
List call.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.name(String name) |
Used to filter by the name of the object.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.page(String page) |
For list pagination.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.sortBy(ListWorkspacesRequest.SortBy sortBy) |
Specifies the field to sort by.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.sortOrder(ListWorkspacesRequest.SortOrder sortOrder) |
Specifies sort order to use, either ASC (ascending) or DESC (descending).
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.toBuilder() |
|