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