public static class ListJobsRequest.Builder extends Object implements BmcRequest.Builder<ListJobsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListJobsRequest |
build()
Build the instance of ListJobsRequest as configured by this builder
|
ListJobsRequest |
buildWithoutInvocationCallback()
Build the instance of ListJobsRequest as configured by this builder
|
ListJobsRequest.Builder |
catalogId(String catalogId)
Unique catalog identifier.
|
ListJobsRequest.Builder |
connectionKey(String connectionKey)
Unique connection key.
|
ListJobsRequest.Builder |
copy(ListJobsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListJobsRequest.Builder |
createdById(String createdById)
OCID of the user who created the resource.
|
ListJobsRequest.Builder |
dataAssetKey(String dataAssetKey)
Unique data asset key.
|
ListJobsRequest.Builder |
displayName(String displayName)
A filter to return only resources that match the entire display name given.
|
ListJobsRequest.Builder |
displayNameContains(String displayNameContains)
A filter to return only resources that match display name pattern given.
|
ListJobsRequest.Builder |
executionCount(Integer executionCount)
The total number of executions for this job schedule.
|
ListJobsRequest.Builder |
fields(List<ListJobsRequest.Fields> fields)
Specifies the fields to return in a job summary response.
|
ListJobsRequest.Builder |
fields(ListJobsRequest.Fields singularValue)
Singular setter.
|
ListJobsRequest.Builder |
glossaryKey(String glossaryKey)
Unique glossary key.
|
ListJobsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListJobsRequest.Builder |
jobDefinitionKey(String jobDefinitionKey)
Unique job definition key.
|
ListJobsRequest.Builder |
jobType(JobType jobType)
Job type.
|
ListJobsRequest.Builder |
lifecycleState(JobLifecycleState lifecycleState)
Job lifecycle state.
|
ListJobsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListJobsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListJobsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListJobsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListJobsRequest.Builder |
scheduleCronExpression(String scheduleCronExpression)
Interval on which the job will be run.
|
ListJobsRequest.Builder |
scheduleType(JobScheduleType scheduleType)
Type of the job schedule.
|
ListJobsRequest.Builder |
sortBy(ListJobsRequest.SortBy sortBy)
The field to sort by.
|
ListJobsRequest.Builder |
sortOrder(ListJobsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
ListJobsRequest.Builder |
timeCreated(Date timeCreated)
Time that the resource was created.
|
ListJobsRequest.Builder |
timeOfLatestExecution(Date timeOfLatestExecution)
The date and time the most recent execution for this job ,in the format defined by
RFC3339.
|
ListJobsRequest.Builder |
timeScheduleBegin(Date timeScheduleBegin)
Date that the schedule should be operational.
|
ListJobsRequest.Builder |
timeScheduleEnd(Date timeScheduleEnd)
Date that the schedule should end from being operational.
|
ListJobsRequest.Builder |
timeUpdated(Date timeUpdated)
Time that the resource was updated.
|
ListJobsRequest.Builder |
updatedById(String updatedById)
OCID of the user who updated the resource.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListJobsRequest.Builder catalogId(String catalogId)
Unique catalog identifier.
catalogId
- the value to setpublic ListJobsRequest.Builder displayName(String displayName)
A filter to return only resources that match the entire display name given. The match is not case sensitive.
displayName
- the value to setpublic ListJobsRequest.Builder displayNameContains(String displayNameContains)
A filter to return only resources that match display name pattern given. The match is not case sensitive. For Example : /folders?displayNameContains=Cu.* The above would match all folders with display name that starts with “Cu” or has the pattern “Cu” anywhere in between.
displayNameContains
- the value to setpublic ListJobsRequest.Builder lifecycleState(JobLifecycleState lifecycleState)
Job lifecycle state.
lifecycleState
- the value to setpublic ListJobsRequest.Builder timeCreated(Date timeCreated)
Time that the resource was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic ListJobsRequest.Builder timeUpdated(Date timeUpdated)
Time that the resource was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic ListJobsRequest.Builder createdById(String createdById)
OCID of the user who created the resource.
createdById
- the value to setpublic ListJobsRequest.Builder updatedById(String updatedById)
OCID of the user who updated the resource.
updatedById
- the value to setpublic ListJobsRequest.Builder jobType(JobType jobType)
Job type.
jobType
- the value to setpublic ListJobsRequest.Builder jobDefinitionKey(String jobDefinitionKey)
Unique job definition key.
jobDefinitionKey
- the value to setpublic ListJobsRequest.Builder dataAssetKey(String dataAssetKey)
Unique data asset key.
dataAssetKey
- the value to setpublic ListJobsRequest.Builder glossaryKey(String glossaryKey)
Unique glossary key.
glossaryKey
- the value to setpublic ListJobsRequest.Builder scheduleCronExpression(String scheduleCronExpression)
Interval on which the job will be run. Value is specified as a cron-supported time specification “nickname”. The following subset of those is supported: @monthly, @weekly, @daily, @hourly. For metastore sync, an additional option @default is supported, which will schedule jobs at a more granular frequency.
scheduleCronExpression
- the value to setpublic ListJobsRequest.Builder timeScheduleBegin(Date timeScheduleBegin)
Date that the schedule should be operational. An RFC3339 formatted datetime string.
timeScheduleBegin
- the value to setpublic ListJobsRequest.Builder timeScheduleEnd(Date timeScheduleEnd)
Date that the schedule should end from being operational. An RFC3339 formatted datetime string.
timeScheduleEnd
- the value to setpublic ListJobsRequest.Builder scheduleType(JobScheduleType scheduleType)
Type of the job schedule.
scheduleType
- the value to setpublic ListJobsRequest.Builder connectionKey(String connectionKey)
Unique connection key.
connectionKey
- the value to setpublic ListJobsRequest.Builder fields(List<ListJobsRequest.Fields> fields)
Specifies the fields to return in a job summary response.
fields
- the value to setpublic ListJobsRequest.Builder fields(ListJobsRequest.Fields singularValue)
Singular setter. Specifies the fields to return in a job summary response.
singularValue
- the singular value to setpublic ListJobsRequest.Builder executionCount(Integer executionCount)
The total number of executions for this job schedule.
executionCount
- the value to setpublic ListJobsRequest.Builder timeOfLatestExecution(Date timeOfLatestExecution)
The date and time the most recent execution for this job ,in the format defined by
RFC3339. Example: 2019-03-25T21:10:29.600Z
timeOfLatestExecution
- the value to setpublic ListJobsRequest.Builder sortBy(ListJobsRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. If no value is specified TIMECREATED is default.
sortBy
- the value to setpublic ListJobsRequest.Builder sortOrder(ListJobsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic ListJobsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListJobsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
page
- the value to setpublic ListJobsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListJobsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListJobsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListJobsRequest.Builder copy(ListJobsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListJobsRequest,Void>
o
- other request from which to copy valuespublic ListJobsRequest build()
Build the instance of ListJobsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListJobsRequest,Void>
public ListJobsRequest buildWithoutInvocationCallback()
Build the instance of ListJobsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.