Class SalIntegrationEnrichmentSettingsSemanticExpansion.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationEnrichmentSettingsSemanticExpansion.Builder
-
- Enclosing class:
- SalIntegrationEnrichmentSettingsSemanticExpansion
public static class SalIntegrationEnrichmentSettingsSemanticExpansion.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 SalIntegrationEnrichmentSettingsSemanticExpansionbuild()Builds a SalIntegrationEnrichmentSettingsSemanticExpansion.SalIntegrationEnrichmentSettingsSemanticExpansion.BuilderdescriptionGeneration(java.lang.Boolean descriptionGeneration)Set the descriptionGeneration.SalIntegrationEnrichmentSettingsSemanticExpansion.BuilderdescriptionGenerationConfiguration(SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration descriptionGenerationConfiguration)Set the descriptionGenerationConfiguration.SalIntegrationEnrichmentSettingsSemanticExpansion.BuildernameExpansion(java.lang.Boolean nameExpansion)Set the nameExpansion.SalIntegrationEnrichmentSettingsSemanticExpansion.BuildernameExpansionConfiguration(SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration nameExpansionConfiguration)Set the nameExpansionConfiguration.
-
-
-
Method Detail
-
build
public SalIntegrationEnrichmentSettingsSemanticExpansion build()
Builds a SalIntegrationEnrichmentSettingsSemanticExpansion.- Returns:
- the new SalIntegrationEnrichmentSettingsSemanticExpansion instance
-
descriptionGeneration
public SalIntegrationEnrichmentSettingsSemanticExpansion.Builder descriptionGeneration(java.lang.Boolean descriptionGeneration)
Set the descriptionGeneration.- Parameters:
descriptionGeneration- the descriptionGeneration- Returns:
- the SalIntegrationEnrichmentSettingsSemanticExpansion builder
-
descriptionGenerationConfiguration
public SalIntegrationEnrichmentSettingsSemanticExpansion.Builder descriptionGenerationConfiguration(SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration descriptionGenerationConfiguration)
Set the descriptionGenerationConfiguration.- Parameters:
descriptionGenerationConfiguration- the descriptionGenerationConfiguration- Returns:
- the SalIntegrationEnrichmentSettingsSemanticExpansion builder
-
nameExpansion
public SalIntegrationEnrichmentSettingsSemanticExpansion.Builder nameExpansion(java.lang.Boolean nameExpansion)
Set the nameExpansion.- Parameters:
nameExpansion- the nameExpansion- Returns:
- the SalIntegrationEnrichmentSettingsSemanticExpansion builder
-
nameExpansionConfiguration
public SalIntegrationEnrichmentSettingsSemanticExpansion.Builder nameExpansionConfiguration(SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration nameExpansionConfiguration)
Set the nameExpansionConfiguration.- Parameters:
nameExpansionConfiguration- the nameExpansionConfiguration- Returns:
- the SalIntegrationEnrichmentSettingsSemanticExpansion builder
-
-