public static interface SalesforceKnowledgeArticleConfiguration.Builder extends SdkPojo, CopyableBuilder<SalesforceKnowledgeArticleConfiguration.Builder,SalesforceKnowledgeArticleConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SalesforceKnowledgeArticleConfiguration.Builder |
customKnowledgeArticleTypeConfigurations(Collection<SalesforceCustomKnowledgeArticleTypeConfiguration> customKnowledgeArticleTypeConfigurations)
Configuration information for custom Salesforce knowledge articles.
|
SalesforceKnowledgeArticleConfiguration.Builder |
customKnowledgeArticleTypeConfigurations(Consumer<SalesforceCustomKnowledgeArticleTypeConfiguration.Builder>... customKnowledgeArticleTypeConfigurations)
Configuration information for custom Salesforce knowledge articles.
|
SalesforceKnowledgeArticleConfiguration.Builder |
customKnowledgeArticleTypeConfigurations(SalesforceCustomKnowledgeArticleTypeConfiguration... customKnowledgeArticleTypeConfigurations)
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)
Configuration information for standard Salesforce knowledge articles.
|
SalesforceKnowledgeArticleConfiguration.Builder |
standardKnowledgeArticleTypeConfiguration(SalesforceStandardKnowledgeArticleTypeConfiguration standardKnowledgeArticleTypeConfiguration)
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)
Configuration information for standard Salesforce knowledge articles.
standardKnowledgeArticleTypeConfiguration - Configuration information for standard Salesforce knowledge articles.default SalesforceKnowledgeArticleConfiguration.Builder standardKnowledgeArticleTypeConfiguration(Consumer<SalesforceStandardKnowledgeArticleTypeConfiguration.Builder> standardKnowledgeArticleTypeConfiguration)
Configuration information for standard Salesforce knowledge articles.
This is a convenience method 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)
Configuration information for custom Salesforce knowledge articles.
customKnowledgeArticleTypeConfigurations - Configuration information for custom Salesforce knowledge articles.SalesforceKnowledgeArticleConfiguration.Builder customKnowledgeArticleTypeConfigurations(SalesforceCustomKnowledgeArticleTypeConfiguration... customKnowledgeArticleTypeConfigurations)
Configuration information for custom Salesforce knowledge articles.
customKnowledgeArticleTypeConfigurations - Configuration information for custom Salesforce knowledge articles.SalesforceKnowledgeArticleConfiguration.Builder customKnowledgeArticleTypeConfigurations(Consumer<SalesforceCustomKnowledgeArticleTypeConfiguration.Builder>... customKnowledgeArticleTypeConfigurations)
Configuration information for custom Salesforce knowledge articles.
This is a convenience method that creates an instance of theSalesforceCustomKnowledgeArticleTypeConfiguration.Builder
avoiding the need to create one manually via
SalesforceCustomKnowledgeArticleTypeConfiguration.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #customKnowledgeArticleTypeConfigurations(List.
customKnowledgeArticleTypeConfigurations - a consumer that will call methods on
SalesforceCustomKnowledgeArticleTypeConfiguration.BuildercustomKnowledgeArticleTypeConfigurations(java.util.Collection<
SalesforceCustomKnowledgeArticleTypeConfiguration>)Copyright © 2023. All rights reserved.