Class SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.Builder
-
public static class SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.BuilderassignmentThreshold(java.lang.Double assignmentThreshold)Set the assignmentThreshold.SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfigurationbuild()Builds a SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.BuildersuggestionThreshold(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
-
-