Class CreateIntegrationOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreateIntegrationOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateIntegrationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createIntegration options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateIntegrationOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapikey()Gets the apikey.java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.BooleanenableDataPolicyWithinWxd()Gets the enableDataPolicyWithinWxd.CreateIntegrationOptions.BuildernewBuilder()New builder.java.lang.Stringpassword()Gets the password.java.lang.Stringresource()Gets the resource.java.lang.StringserviceType()Gets the serviceType.java.util.List<java.lang.String>storageCatalogs()Gets the storageCatalogs.java.lang.Stringurl()Gets the url.java.lang.Stringusername()Gets the username.
-
-
-
Method Detail
-
newBuilder
public CreateIntegrationOptions.Builder newBuilder()
New builder.- Returns:
- a CreateIntegrationOptions builder
-
apikey
public java.lang.String apikey()
Gets the apikey. Integration APIKEY.- Returns:
- the apikey
-
enableDataPolicyWithinWxd
public java.lang.Boolean enableDataPolicyWithinWxd()
Gets the enableDataPolicyWithinWxd. data policy enabler with wxd for ranger.- Returns:
- the enableDataPolicyWithinWxd
-
password
public java.lang.String password()
Gets the password. Integration password.- Returns:
- the password
-
resource
public java.lang.String resource()
Gets the resource. resouce for ranger.- Returns:
- the resource
-
serviceType
public java.lang.String serviceType()
Gets the serviceType. Integration type.- Returns:
- the serviceType
-
storageCatalogs
public java.util.List<java.lang.String> storageCatalogs()
Gets the storageCatalogs. Comma separated list of bucket catalogs which have ikc enabled.- Returns:
- the storageCatalogs
-
url
public java.lang.String url()
Gets the url. Integration Connection URL.- Returns:
- the url
-
username
public java.lang.String username()
Gets the username. Integration username.- Returns:
- the username
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
- the authInstanceId
-
-