Interface KnowledgeSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KnowledgeSource.Builder,,KnowledgeSource> SdkBuilder<KnowledgeSource.Builder,,KnowledgeSource> SdkPojo
- Enclosing class:
KnowledgeSource
@Mutable
@NotThreadSafe
public static interface KnowledgeSource.Builder
extends SdkPojo, CopyableBuilder<KnowledgeSource.Builder,KnowledgeSource>
-
Method Summary
Modifier and TypeMethodDescriptionassistantAssociationIds(String... assistantAssociationIds) The list of assistant association identifiers for the knowledge source.assistantAssociationIds(Collection<String> assistantAssociationIds) The list of assistant association identifiers for the knowledge source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
assistantAssociationIds
The list of assistant association identifiers for the knowledge source.
- Parameters:
assistantAssociationIds- The list of assistant association identifiers for the knowledge source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assistantAssociationIds
The list of assistant association identifiers for the knowledge source.
- Parameters:
assistantAssociationIds- The list of assistant association identifiers for the knowledge source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-