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.GenericModel
The createIntegration options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateIntegrationOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
apikey()
Gets the apikey.java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.Boolean
enableDataPolicyWithinWxd()
Gets the enableDataPolicyWithinWxd.CreateIntegrationOptions.Builder
newBuilder()
New builder.java.lang.String
password()
Gets the password.java.lang.String
resource()
Gets the resource.java.lang.String
serviceType()
Gets the serviceType.java.util.List<java.lang.String>
storageCatalogs()
Gets the storageCatalogs.java.lang.String
url()
Gets the url.java.lang.String
username()
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
-
-