public static class ListJobDefinitionsRequest.Builder extends Object implements BmcRequest.Builder<ListJobDefinitionsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListJobDefinitionsRequest |
build()
Build the instance of ListJobDefinitionsRequest as configured by this builder
|
ListJobDefinitionsRequest |
buildWithoutInvocationCallback()
Build the instance of ListJobDefinitionsRequest as configured by this builder
|
ListJobDefinitionsRequest.Builder |
catalogId(String catalogId)
Unique catalog identifier.
|
ListJobDefinitionsRequest.Builder |
connectionKey(String connectionKey)
Unique connection key.
|
ListJobDefinitionsRequest.Builder |
copy(ListJobDefinitionsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListJobDefinitionsRequest.Builder |
createdById(String createdById)
OCID of the user who created the resource.
|
ListJobDefinitionsRequest.Builder |
dataAssetKey(String dataAssetKey)
Unique data asset key.
|
ListJobDefinitionsRequest.Builder |
displayName(String displayName)
A filter to return only resources that match the entire display name given.
|
ListJobDefinitionsRequest.Builder |
displayNameContains(String displayNameContains)
A filter to return only resources that match display name pattern given.
|
ListJobDefinitionsRequest.Builder |
fields(List<ListJobDefinitionsRequest.Fields> fields)
Specifies the fields to return in a job definition summary response.
|
ListJobDefinitionsRequest.Builder |
fields(ListJobDefinitionsRequest.Fields singularValue)
Singular setter.
|
ListJobDefinitionsRequest.Builder |
glossaryKey(String glossaryKey)
Unique glossary key.
|
ListJobDefinitionsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListJobDefinitionsRequest.Builder |
isIncremental(Boolean isIncremental)
Whether job definition is an incremental harvest (true) or a full harvest (false).
|
ListJobDefinitionsRequest.Builder |
jobExecutionState(JobExecutionState jobExecutionState)
Job execution state.
|
ListJobDefinitionsRequest.Builder |
jobType(JobType jobType)
Job type.
|
ListJobDefinitionsRequest.Builder |
lifecycleState(LifecycleState lifecycleState)
A filter to return only resources that match the specified lifecycle state.
|
ListJobDefinitionsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListJobDefinitionsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListJobDefinitionsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListJobDefinitionsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListJobDefinitionsRequest.Builder |
sampleDataSizeInMBs(String sampleDataSizeInMBs)
The sample data size in MB, specified as number of rows, for a metadata harvest.
|
ListJobDefinitionsRequest.Builder |
sortBy(ListJobDefinitionsRequest.SortBy sortBy)
The field to sort by.
|
ListJobDefinitionsRequest.Builder |
sortOrder(ListJobDefinitionsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
ListJobDefinitionsRequest.Builder |
timeCreated(Date timeCreated)
Time that the resource was created.
|
ListJobDefinitionsRequest.Builder |
timeUpdated(Date timeUpdated)
Time that the resource was updated.
|
ListJobDefinitionsRequest.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 ListJobDefinitionsRequest.Builder catalogId(String catalogId)
Unique catalog identifier.
catalogId
- the value to setpublic ListJobDefinitionsRequest.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 ListJobDefinitionsRequest.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 ListJobDefinitionsRequest.Builder jobExecutionState(JobExecutionState jobExecutionState)
Job execution state.
jobExecutionState
- the value to setpublic ListJobDefinitionsRequest.Builder lifecycleState(LifecycleState lifecycleState)
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
lifecycleState
- the value to setpublic ListJobDefinitionsRequest.Builder jobType(JobType jobType)
Job type.
jobType
- the value to setpublic ListJobDefinitionsRequest.Builder isIncremental(Boolean isIncremental)
Whether job definition is an incremental harvest (true) or a full harvest (false).
isIncremental
- the value to setpublic ListJobDefinitionsRequest.Builder dataAssetKey(String dataAssetKey)
Unique data asset key.
dataAssetKey
- the value to setpublic ListJobDefinitionsRequest.Builder glossaryKey(String glossaryKey)
Unique glossary key.
glossaryKey
- the value to setpublic ListJobDefinitionsRequest.Builder connectionKey(String connectionKey)
Unique connection key.
connectionKey
- the value to setpublic ListJobDefinitionsRequest.Builder timeCreated(Date timeCreated)
Time that the resource was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic ListJobDefinitionsRequest.Builder timeUpdated(Date timeUpdated)
Time that the resource was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic ListJobDefinitionsRequest.Builder createdById(String createdById)
OCID of the user who created the resource.
createdById
- the value to setpublic ListJobDefinitionsRequest.Builder updatedById(String updatedById)
OCID of the user who updated the resource.
updatedById
- the value to setpublic ListJobDefinitionsRequest.Builder sampleDataSizeInMBs(String sampleDataSizeInMBs)
The sample data size in MB, specified as number of rows, for a metadata harvest.
sampleDataSizeInMBs
- the value to setpublic ListJobDefinitionsRequest.Builder fields(List<ListJobDefinitionsRequest.Fields> fields)
Specifies the fields to return in a job definition summary response.
fields
- the value to setpublic ListJobDefinitionsRequest.Builder fields(ListJobDefinitionsRequest.Fields singularValue)
Singular setter. Specifies the fields to return in a job definition summary response.
singularValue
- the singular value to setpublic ListJobDefinitionsRequest.Builder sortBy(ListJobDefinitionsRequest.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. Default order for TIMELATESTEXECUTIONSTARTED is descending. If no value is specified TIMECREATED is default.
sortBy
- the value to setpublic ListJobDefinitionsRequest.Builder sortOrder(ListJobDefinitionsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic ListJobDefinitionsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListJobDefinitionsRequest.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 ListJobDefinitionsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListJobDefinitionsRequest.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 ListJobDefinitionsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListJobDefinitionsRequest.Builder copy(ListJobDefinitionsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListJobDefinitionsRequest,Void>
o
- other request from which to copy valuespublic ListJobDefinitionsRequest build()
Build the instance of ListJobDefinitionsRequest 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<ListJobDefinitionsRequest,Void>
public ListJobDefinitionsRequest buildWithoutInvocationCallback()
Build the instance of ListJobDefinitionsRequest 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–2025. All rights reserved.