static ListApplicationsRequest.Builder |
ListApplicationsRequest.builder() |
Return a new builder for this request object.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.copy(ListApplicationsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.displayName(String displayName) |
The query parameter for the Spark application name.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.displayNameStartsWith(String displayNameStartsWith) |
The displayName prefix.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.limit(Integer limit) |
The maximum number of results to return in a paginated List call.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.opcRequestId(String opcRequestId) |
Unique identifier for the request.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.ownerPrincipalId(String ownerPrincipalId) |
The OCID of the user who created the resource.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.page(String page) |
The value of the opc-next-page or opc-prev-page response header from the
last List call to sent back to server for getting the next page of results.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.sortBy(ListApplicationsRequest.SortBy sortBy) |
The field used to sort the results.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.sortOrder(ListApplicationsRequest.SortOrder sortOrder) |
The ordering of results in ascending or descending order.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.sparkVersion(String sparkVersion) |
The Spark version utilized to run the application.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.toBuilder() |
|