Class CreateSalIntegrationOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreateSalIntegrationOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateSalIntegrationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createSalIntegration options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateSalIntegrationOptions.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.StringengineId()Gets the engineId.CreateSalIntegrationOptions.BuildernewBuilder()New builder.java.lang.StringstorageResourceCrn()Gets the storageResourceCrn.java.lang.StringstorageType()Gets the storageType.java.lang.BooleantrialPlan()Gets the trialPlan.
-
-
-
Method Detail
-
newBuilder
public CreateSalIntegrationOptions.Builder newBuilder()
New builder.- Returns:
- a CreateSalIntegrationOptions builder
-
apikey
public java.lang.String apikey()
Gets the apikey. IAM apikey.- Returns:
- the apikey
-
engineId
public java.lang.String engineId()
Gets the engineId. engine ID.- Returns:
- the engineId
-
storageResourceCrn
public java.lang.String storageResourceCrn()
Gets the storageResourceCrn. COS storage resource crn.- Returns:
- the storageResourceCrn
-
storageType
public java.lang.String storageType()
Gets the storageType. COS storage type.- Returns:
- the storageType
-
trialPlan
public java.lang.Boolean trialPlan()
Gets the trialPlan. COS storage type.- Returns:
- the trialPlan
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
- the authInstanceId
-
-