Interface AssociationConfigurationData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssociationConfigurationData.Builder,
,AssociationConfigurationData> SdkBuilder<AssociationConfigurationData.Builder,
,AssociationConfigurationData> SdkPojo
- Enclosing class:
AssociationConfigurationData
public static interface AssociationConfigurationData.Builder
extends SdkPojo, CopyableBuilder<AssociationConfigurationData.Builder,AssociationConfigurationData>
-
Method Summary
Modifier and TypeMethodDescriptionknowledgeBaseAssociationConfigurationData
(Consumer<KnowledgeBaseAssociationConfigurationData.Builder> knowledgeBaseAssociationConfigurationData) The data of the configuration for aKNOWLEDGE_BASE
type Amazon Q in Connect Assistant Association.knowledgeBaseAssociationConfigurationData
(KnowledgeBaseAssociationConfigurationData knowledgeBaseAssociationConfigurationData) The data of the configuration for aKNOWLEDGE_BASE
type Amazon Q in Connect Assistant Association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
knowledgeBaseAssociationConfigurationData
AssociationConfigurationData.Builder knowledgeBaseAssociationConfigurationData(KnowledgeBaseAssociationConfigurationData knowledgeBaseAssociationConfigurationData) The data of the configuration for a
KNOWLEDGE_BASE
type Amazon Q in Connect Assistant Association.- Parameters:
knowledgeBaseAssociationConfigurationData
- The data of the configuration for aKNOWLEDGE_BASE
type Amazon Q in Connect Assistant Association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseAssociationConfigurationData
default AssociationConfigurationData.Builder knowledgeBaseAssociationConfigurationData(Consumer<KnowledgeBaseAssociationConfigurationData.Builder> knowledgeBaseAssociationConfigurationData) The data of the configuration for a
This is a convenience method that creates an instance of theKNOWLEDGE_BASE
type Amazon Q in Connect Assistant Association.KnowledgeBaseAssociationConfigurationData.Builder
avoiding the need to create one manually viaKnowledgeBaseAssociationConfigurationData.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toknowledgeBaseAssociationConfigurationData(KnowledgeBaseAssociationConfigurationData)
.- Parameters:
knowledgeBaseAssociationConfigurationData
- a consumer that will call methods onKnowledgeBaseAssociationConfigurationData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-