public static class ListJobDefinitionsRequest.Builder extends Object implements BmcRequest.Builder<ListJobDefinitionsRequest,Void>
Modifier and Type | Method and Description |
---|---|
ListJobDefinitionsRequest |
build()
Build the instance of ListJobDefinitionsRequest as configured by this builder
|
ListJobDefinitionsRequest |
buildWithoutInvocationCallback() |
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 |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> 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.
|
String |
toString() |
ListJobDefinitionsRequest.Builder |
updatedById(String updatedById)
OCID of the user who updated the resource.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public ListJobDefinitionsRequest.Builder fields(List<ListJobDefinitionsRequest.Fields> fields)
Specifies the fields to return in a job definition summary response.
public ListJobDefinitionsRequest.Builder fields(ListJobDefinitionsRequest.Fields singularValue)
Singular setter. Specifies the fields to return in a job definition summary response.
public ListJobDefinitionsRequest.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 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.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<ListJobDefinitionsRequest,Void>
public ListJobDefinitionsRequest.Builder catalogId(String catalogId)
Unique catalog identifier.
this
.public ListJobDefinitionsRequest.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 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.
this
.public ListJobDefinitionsRequest.Builder jobExecutionState(JobExecutionState jobExecutionState)
Job execution state.
this
.public ListJobDefinitionsRequest.Builder lifecycleState(LifecycleState lifecycleState)
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
this
.public ListJobDefinitionsRequest.Builder jobType(JobType jobType)
Job type.
this
.public ListJobDefinitionsRequest.Builder isIncremental(Boolean isIncremental)
Whether job definition is an incremental harvest (true) or a full harvest (false).
this
.public ListJobDefinitionsRequest.Builder dataAssetKey(String dataAssetKey)
Unique data asset key.
this
.public ListJobDefinitionsRequest.Builder connectionKey(String connectionKey)
Unique connection key.
this
.public ListJobDefinitionsRequest.Builder timeCreated(Date timeCreated)
Time that the resource was created. An RFC3339 formatted datetime string.
this
.public ListJobDefinitionsRequest.Builder timeUpdated(Date timeUpdated)
Time that the resource was updated. An RFC3339 formatted datetime string.
this
.public ListJobDefinitionsRequest.Builder createdById(String createdById)
OCID of the user who created the resource.
this
.public ListJobDefinitionsRequest.Builder updatedById(String updatedById)
OCID of the user who updated the resource.
this
.public ListJobDefinitionsRequest.Builder sampleDataSizeInMBs(String sampleDataSizeInMBs)
The sample data size in MB, specified as number of rows, for a metadata harvest.
this
.public 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.
this
.public ListJobDefinitionsRequest.Builder sortOrder(ListJobDefinitionsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
this
.public ListJobDefinitionsRequest.Builder limit(Integer limit)
The maximum number of items to return.
this
.public 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.
this
.public ListJobDefinitionsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this
.public ListJobDefinitionsRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.