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.GenericModel
The listIngestionJobs options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListIngestionJobsOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.Long
jobsPerPage()
Gets the jobsPerPage.ListIngestionJobsOptions.Builder
newBuilder()
New builder.java.lang.String
start()
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
-
-