ListRunsRequest.Builder |
ListRunsRequest.Builder.applicationId(String applicationId) |
The ID of the application.
|
static ListRunsRequest.Builder |
ListRunsRequest.builder() |
Return a new builder for this request object.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.copy(ListRunsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.displayName(String displayName) |
The query parameter for the Spark application name.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.displayNameStartsWith(String displayNameStartsWith) |
The displayName prefix.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.lifecycleState(RunLifecycleState lifecycleState) |
The LifecycleState of the run.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.limit(Integer limit) |
The maximum number of results to return in a paginated List call.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.opcRequestId(String opcRequestId) |
Unique identifier for the request.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.ownerPrincipalId(String ownerPrincipalId) |
The OCID of the user who created the resource.
|
ListRunsRequest.Builder |
ListRunsRequest.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.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.poolId(String poolId) |
The ID of the pool.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.sortBy(ListRunsRequest.SortBy sortBy) |
The field used to sort the results.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.sortOrder(ListRunsRequest.SortOrder sortOrder) |
The ordering of results in ascending or descending order.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.timeCreatedGreaterThan(Date timeCreatedGreaterThan) |
The epoch time that the resource was created.
|
ListRunsRequest.Builder |
ListRunsRequest.toBuilder() |
|