Class GetSalIntegrationEnrichmentAssetsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.GetSalIntegrationEnrichmentAssetsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetSalIntegrationEnrichmentAssetsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getSalIntegrationEnrichmentAssets options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSalIntegrationEnrichmentAssetsOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.GetSalIntegrationEnrichmentAssetsOptions.Builder
newBuilder()
New builder.java.lang.String
projectId()
Gets the projectId.
-
-
-
Method Detail
-
newBuilder
public GetSalIntegrationEnrichmentAssetsOptions.Builder newBuilder()
New builder.- Returns:
- a GetSalIntegrationEnrichmentAssetsOptions builder
-
projectId
public java.lang.String projectId()
Gets the projectId. enrichment project id.- Returns:
- the projectId
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
- the authInstanceId
-
-