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.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationPatch.Builder
addStorageCatalogs(java.lang.String storageCatalogs)
Adds a new element to storageCatalogs.IntegrationPatch.Builder
apikey(java.lang.String apikey)
Set the apikey.IntegrationPatch
build()
Builds a IntegrationPatch.IntegrationPatch.Builder
enableDataPolicyWithinWxd(java.lang.Boolean enableDataPolicyWithinWxd)
Set the enableDataPolicyWithinWxd.IntegrationPatch.Builder
password(java.lang.String password)
Set the password.IntegrationPatch.Builder
resource(java.lang.String resource)
Set the resource.IntegrationPatch.Builder
storageCatalogs(java.util.List<java.lang.String> storageCatalogs)
Set the storageCatalogs.IntegrationPatch.Builder
url(java.lang.String url)
Set the url.IntegrationPatch.Builder
username(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
-
-