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.GenericModelThe uplaodCsv options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUplaodCsvOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringaccept()Gets the accept.java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.Stringcatalog()Gets the catalog.java.lang.StringcreatedBy()Gets the createdBy.java.lang.Stringcsv()Gets the csv.java.lang.Stringengine()Gets the engine.java.lang.Stringheaders()Gets the headers.java.lang.StringingestionJobName()Gets the ingestionJobName.UplaodCsvOptions.BuildernewBuilder()New builder.java.lang.Stringscheduled()Gets the scheduled.java.lang.Stringschema()Gets the schema.java.lang.StringtableName()Gets the tableName.java.lang.StringtargetTable()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
-
-