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.GenericModel
The createSalIntegration options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateSalIntegrationOptions.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.String
engineId()
Gets the engineId.CreateSalIntegrationOptions.Builder
newBuilder()
New builder.java.lang.String
storageResourceCrn()
Gets the storageResourceCrn.java.lang.String
storageType()
Gets the storageType.java.lang.Boolean
trialPlan()
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
-
-