public static class ListJobsRequest.Builder extends Object implements BmcRequest.Builder<ListJobsRequest,Void>
Modifier and Type | Method and Description |
---|---|
ListJobsRequest |
build()
Build the instance of ListJobsRequest as configured by this builder
|
ListJobsRequest |
buildWithoutInvocationCallback() |
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 |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> 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.
|
String |
toString() |
ListJobsRequest.Builder |
updatedById(String updatedById)
OCID of the user who updated the resource.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public ListJobsRequest.Builder fields(List<ListJobsRequest.Fields> fields)
Specifies the fields to return in a job summary response.
public ListJobsRequest.Builder fields(ListJobsRequest.Fields singularValue)
Singular setter. Specifies the fields to return in a job summary response.
public ListJobsRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> 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.util.internal.Consumer)
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.Builder catalogId(String catalogId)
Unique catalog identifier.
this
.public ListJobsRequest.Builder displayName(String displayName)
A filter to return only resources that match the entire display name given. The match is not case sensitive.
this
.public 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.
this
.public ListJobsRequest.Builder lifecycleState(JobLifecycleState lifecycleState)
Job lifecycle state.
this
.public ListJobsRequest.Builder timeCreated(Date timeCreated)
Time that the resource was created. An RFC3339 formatted datetime string.
this
.public ListJobsRequest.Builder timeUpdated(Date timeUpdated)
Time that the resource was updated. An RFC3339 formatted datetime string.
this
.public ListJobsRequest.Builder createdById(String createdById)
OCID of the user who created the resource.
this
.public ListJobsRequest.Builder updatedById(String updatedById)
OCID of the user who updated the resource.
this
.public ListJobsRequest.Builder jobType(JobType jobType)
Job type.
this
.public ListJobsRequest.Builder jobDefinitionKey(String jobDefinitionKey)
Unique job definition key.
this
.public ListJobsRequest.Builder dataAssetKey(String dataAssetKey)
Unique data asset key.
this
.public 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.
this
.public ListJobsRequest.Builder timeScheduleBegin(Date timeScheduleBegin)
Date that the schedule should be operational. An RFC3339 formatted datetime string.
this
.public ListJobsRequest.Builder timeScheduleEnd(Date timeScheduleEnd)
Date that the schedule should end from being operational. An RFC3339 formatted datetime string.
this
.public ListJobsRequest.Builder scheduleType(JobScheduleType scheduleType)
Type of the job schedule.
this
.public ListJobsRequest.Builder connectionKey(String connectionKey)
Unique connection key.
this
.public ListJobsRequest.Builder executionCount(Integer executionCount)
The total number of executions for this job schedule.
this
.public 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
this
.public 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.
this
.public ListJobsRequest.Builder sortOrder(ListJobsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
this
.public ListJobsRequest.Builder limit(Integer limit)
The maximum number of items to return.
this
.public 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.
this
.public ListJobsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this
.public ListJobsRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.