Class IntegrationPatch.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.IntegrationPatch.Builder
-
- Enclosing class:
- IntegrationPatch
public static class IntegrationPatch.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationPatch.BuilderaddStorageCatalogs(java.lang.String storageCatalogs)Adds a new element to storageCatalogs.IntegrationPatch.Builderapikey(java.lang.String apikey)Set the apikey.IntegrationPatchbuild()Builds a IntegrationPatch.IntegrationPatch.BuilderenableDataPolicyWithinWxd(java.lang.Boolean enableDataPolicyWithinWxd)Set the enableDataPolicyWithinWxd.IntegrationPatch.Builderpassword(java.lang.String password)Set the password.IntegrationPatch.Builderresource(java.lang.String resource)Set the resource.IntegrationPatch.BuilderstorageCatalogs(java.util.List<java.lang.String> storageCatalogs)Set the storageCatalogs.IntegrationPatch.Builderurl(java.lang.String url)Set the url.IntegrationPatch.Builderusername(java.lang.String username)Set the username.
-
-
-
Method Detail
-
build
public IntegrationPatch build()
Builds a IntegrationPatch.- Returns:
- the new IntegrationPatch instance
-
addStorageCatalogs
public IntegrationPatch.Builder addStorageCatalogs(java.lang.String storageCatalogs)
Adds a new element to storageCatalogs.- Parameters:
storageCatalogs- the new element to be added- Returns:
- the IntegrationPatch builder
-
apikey
public IntegrationPatch.Builder apikey(java.lang.String apikey)
Set the apikey.- Parameters:
apikey- the apikey- Returns:
- the IntegrationPatch builder
-
enableDataPolicyWithinWxd
public IntegrationPatch.Builder enableDataPolicyWithinWxd(java.lang.Boolean enableDataPolicyWithinWxd)
Set the enableDataPolicyWithinWxd.- Parameters:
enableDataPolicyWithinWxd- the enableDataPolicyWithinWxd- Returns:
- the IntegrationPatch builder
-
password
public IntegrationPatch.Builder password(java.lang.String password)
Set the password.- Parameters:
password- the password- Returns:
- the IntegrationPatch builder
-
resource
public IntegrationPatch.Builder resource(java.lang.String resource)
Set the resource.- Parameters:
resource- the resource- Returns:
- the IntegrationPatch builder
-
storageCatalogs
public IntegrationPatch.Builder storageCatalogs(java.util.List<java.lang.String> storageCatalogs)
Set the storageCatalogs. Existing storageCatalogs will be replaced.- Parameters:
storageCatalogs- the storageCatalogs- Returns:
- the IntegrationPatch builder
-
url
public IntegrationPatch.Builder url(java.lang.String url)
Set the url.- Parameters:
url- the url- Returns:
- the IntegrationPatch builder
-
username
public IntegrationPatch.Builder username(java.lang.String username)
Set the username.- Parameters:
username- the username- Returns:
- the IntegrationPatch builder
-
-