Class UpdateQueryOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.UpdateQueryOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateQueryOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateQuery options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateQueryOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.Stringdescription()Gets the description.UpdateQueryOptions.BuildernewBuilder()New builder.java.lang.StringnewQueryName()Gets the newQueryName.java.lang.StringqueryName()Gets the queryName.java.lang.StringqueryString()Gets the queryString.
-
-
-
Method Detail
-
newBuilder
public UpdateQueryOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateQueryOptions builder
-
queryName
public java.lang.String queryName()
Gets the queryName. Query name.- Returns:
- the queryName
-
queryString
public java.lang.String queryString()
Gets the queryString. Query string.- Returns:
- the queryString
-
description
public java.lang.String description()
Gets the description. Description.- Returns:
- the description
-
newQueryName
public java.lang.String newQueryName()
Gets the newQueryName. New query name.- Returns:
- the newQueryName
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. Instance ID.- Returns:
- the authInstanceId
-
-