Class UplaodCsvOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.UplaodCsvOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UplaodCsvOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The uplaodCsv options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UplaodCsvOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
accept()
Gets the accept.java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.String
catalog()
Gets the catalog.java.lang.String
createdBy()
Gets the createdBy.java.lang.String
csv()
Gets the csv.java.lang.String
engine()
Gets the engine.java.lang.String
headers()
Gets the headers.java.lang.String
ingestionJobName()
Gets the ingestionJobName.UplaodCsvOptions.Builder
newBuilder()
New builder.java.lang.String
scheduled()
Gets the scheduled.java.lang.String
schema()
Gets the schema.java.lang.String
tableName()
Gets the tableName.java.lang.String
targetTable()
Gets the targetTable.
-
-
-
Method Detail
-
newBuilder
public UplaodCsvOptions.Builder newBuilder()
New builder.- Returns:
- a UplaodCsvOptions builder
-
engine
public java.lang.String engine()
Gets the engine. Presto engine name.- Returns:
- the engine
-
catalog
public java.lang.String catalog()
Gets the catalog. Catalog name.- Returns:
- the catalog
-
schema
public java.lang.String schema()
Gets the schema. Schema name.- Returns:
- the schema
-
tableName
public java.lang.String tableName()
Gets the tableName. table name.- Returns:
- the tableName
-
ingestionJobName
public java.lang.String ingestionJobName()
Gets the ingestionJobName. ingestion job name.- Returns:
- the ingestionJobName
-
scheduled
public java.lang.String scheduled()
Gets the scheduled. Scheduled.- Returns:
- the scheduled
-
createdBy
public java.lang.String createdBy()
Gets the createdBy. Created by.- Returns:
- the createdBy
-
targetTable
public java.lang.String targetTable()
Gets the targetTable. Target table.- Returns:
- the targetTable
-
headers
public java.lang.String headers()
Gets the headers. Headers.- Returns:
- the headers
-
csv
public java.lang.String csv()
Gets the csv. csv.- Returns:
- the csv
-
accept
public java.lang.String accept()
Gets the accept. The type of the response: or *_/_*.- Returns:
- the accept
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. Instance ID.- Returns:
- the authInstanceId
-
-