Class IntegrationPatch
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.IntegrationPatch
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class IntegrationPatch extends com.ibm.cloud.sdk.core.service.model.GenericModel
Update an Integration body.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntegrationPatch.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
apikey()
Gets the apikey.java.util.Map<java.lang.String,java.lang.Object>
asPatch()
Construct a JSON merge-patch from the IntegrationPatch.java.lang.Boolean
enableDataPolicyWithinWxd()
Gets the enableDataPolicyWithinWxd.IntegrationPatch.Builder
newBuilder()
New builder.java.lang.String
password()
Gets the password.java.lang.String
resource()
Gets the resource.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 IntegrationPatch.Builder newBuilder()
New builder.- Returns:
- a IntegrationPatch 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
-
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
-
asPatch
public java.util.Map<java.lang.String,java.lang.Object> asPatch()
Construct a JSON merge-patch from the IntegrationPatch. Note that properties of the IntegrationPatch with null values are not represented in the constructed JSON merge-patch object, but can be explicitly set afterward to signify a property delete.- Returns:
- a JSON merge-patch for the IntegrationPatch
-
-