Class ListIngestionJobsOptions
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.ListIngestionJobsOptions
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListIngestionJobsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listIngestionJobs options. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListIngestionJobsOptions.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.LongjobsPerPage()Gets the jobsPerPage.ListIngestionJobsOptions.BuildernewBuilder()New builder.java.lang.Stringstart()Gets the start. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public ListIngestionJobsOptions.Builder newBuilder()
New builder.- Returns:
 - a ListIngestionJobsOptions builder
 
 
- 
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
 - the authInstanceId
 
 
- 
start
public java.lang.String start()
Gets the start. Page number of requested ingestion jobs.- Returns:
 - the start
 
 
- 
jobsPerPage
public java.lang.Long jobsPerPage()
Gets the jobsPerPage. Number of requested ingestion jobs.- Returns:
 - the jobsPerPage
 
 
 - 
 
 -