Class SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.Builder
-
public static class SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.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 SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.Builder
assignmentThreshold(java.lang.Double assignmentThreshold)
Set the assignmentThreshold.SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration
build()
Builds a SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.Builder
suggestionThreshold(java.lang.Double suggestionThreshold)
Set the suggestionThreshold.
-
-
-
Method Detail
-
build
public SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration build()
Builds a SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.- Returns:
- the new SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration instance
-
assignmentThreshold
public SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.Builder assignmentThreshold(java.lang.Double assignmentThreshold)
Set the assignmentThreshold.- Parameters:
assignmentThreshold
- the assignmentThreshold- Returns:
- the SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration builder
-
suggestionThreshold
public SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.Builder suggestionThreshold(java.lang.Double suggestionThreshold)
Set the suggestionThreshold.- Parameters:
suggestionThreshold
- the suggestionThreshold- Returns:
- the SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration builder
-
-