public static interface SalesforceKnowledgeArticleConfiguration.Builder extends SdkPojo, CopyableBuilder<SalesforceKnowledgeArticleConfiguration.Builder,SalesforceKnowledgeArticleConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SalesforceKnowledgeArticleConfiguration.Builder |
customKnowledgeArticleTypeConfigurations(Collection<SalesforceCustomKnowledgeArticleTypeConfiguration> customKnowledgeArticleTypeConfigurations)
Provides configuration information for custom Salesforce knowledge articles.
|
SalesforceKnowledgeArticleConfiguration.Builder |
customKnowledgeArticleTypeConfigurations(Consumer<SalesforceCustomKnowledgeArticleTypeConfiguration.Builder>... customKnowledgeArticleTypeConfigurations)
Provides configuration information for custom Salesforce knowledge articles.
|
SalesforceKnowledgeArticleConfiguration.Builder |
customKnowledgeArticleTypeConfigurations(SalesforceCustomKnowledgeArticleTypeConfiguration... customKnowledgeArticleTypeConfigurations)
Provides configuration information for custom Salesforce knowledge articles.
|
SalesforceKnowledgeArticleConfiguration.Builder |
includedStates(Collection<SalesforceKnowledgeArticleState> includedStates)
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.
|
SalesforceKnowledgeArticleConfiguration.Builder |
includedStates(SalesforceKnowledgeArticleState... includedStates)
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.
|
SalesforceKnowledgeArticleConfiguration.Builder |
includedStatesWithStrings(Collection<String> includedStates)
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.
|
SalesforceKnowledgeArticleConfiguration.Builder |
includedStatesWithStrings(String... includedStates)
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.
|
default SalesforceKnowledgeArticleConfiguration.Builder |
standardKnowledgeArticleTypeConfiguration(Consumer<SalesforceStandardKnowledgeArticleTypeConfiguration.Builder> standardKnowledgeArticleTypeConfiguration)
Provides configuration information for standard Salesforce knowledge articles.
|
SalesforceKnowledgeArticleConfiguration.Builder |
standardKnowledgeArticleTypeConfiguration(SalesforceStandardKnowledgeArticleTypeConfiguration standardKnowledgeArticleTypeConfiguration)
Provides configuration information for standard Salesforce knowledge articles.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSalesforceKnowledgeArticleConfiguration.Builder includedStatesWithStrings(Collection<String> includedStates)
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles. You must specify at least one state.
includedStates - Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.
You must specify at least one state.SalesforceKnowledgeArticleConfiguration.Builder includedStatesWithStrings(String... includedStates)
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles. You must specify at least one state.
includedStates - Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.
You must specify at least one state.SalesforceKnowledgeArticleConfiguration.Builder includedStates(Collection<SalesforceKnowledgeArticleState> includedStates)
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles. You must specify at least one state.
includedStates - Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.
You must specify at least one state.SalesforceKnowledgeArticleConfiguration.Builder includedStates(SalesforceKnowledgeArticleState... includedStates)
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles. You must specify at least one state.
includedStates - Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.
You must specify at least one state.SalesforceKnowledgeArticleConfiguration.Builder standardKnowledgeArticleTypeConfiguration(SalesforceStandardKnowledgeArticleTypeConfiguration standardKnowledgeArticleTypeConfiguration)
Provides configuration information for standard Salesforce knowledge articles.
standardKnowledgeArticleTypeConfiguration - Provides configuration information for standard Salesforce knowledge articles.default SalesforceKnowledgeArticleConfiguration.Builder standardKnowledgeArticleTypeConfiguration(Consumer<SalesforceStandardKnowledgeArticleTypeConfiguration.Builder> standardKnowledgeArticleTypeConfiguration)
Provides configuration information for standard Salesforce knowledge articles.
This is a convenience that creates an instance of theSalesforceStandardKnowledgeArticleTypeConfiguration.Builder avoiding the need to create one manually
via SalesforceStandardKnowledgeArticleTypeConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to
standardKnowledgeArticleTypeConfiguration(SalesforceStandardKnowledgeArticleTypeConfiguration).standardKnowledgeArticleTypeConfiguration - a consumer that will call methods on
SalesforceStandardKnowledgeArticleTypeConfiguration.BuilderstandardKnowledgeArticleTypeConfiguration(SalesforceStandardKnowledgeArticleTypeConfiguration)SalesforceKnowledgeArticleConfiguration.Builder customKnowledgeArticleTypeConfigurations(Collection<SalesforceCustomKnowledgeArticleTypeConfiguration> customKnowledgeArticleTypeConfigurations)
Provides configuration information for custom Salesforce knowledge articles.
customKnowledgeArticleTypeConfigurations - Provides configuration information for custom Salesforce knowledge articles.SalesforceKnowledgeArticleConfiguration.Builder customKnowledgeArticleTypeConfigurations(SalesforceCustomKnowledgeArticleTypeConfiguration... customKnowledgeArticleTypeConfigurations)
Provides configuration information for custom Salesforce knowledge articles.
customKnowledgeArticleTypeConfigurations - Provides configuration information for custom Salesforce knowledge articles.SalesforceKnowledgeArticleConfiguration.Builder customKnowledgeArticleTypeConfigurations(Consumer<SalesforceCustomKnowledgeArticleTypeConfiguration.Builder>... customKnowledgeArticleTypeConfigurations)
Provides configuration information for custom Salesforce knowledge articles.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, .Builder#build() is called immediately and its result is
passed to #customKnowledgeArticleTypeConfigurations(List) .customKnowledgeArticleTypeConfigurations - a consumer that will call methods on .Builder #customKnowledgeArticleTypeConfigurations(List) Copyright © 2021. All rights reserved.