Interface AssistantAssociationOutputData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssistantAssociationOutputData.Builder,AssistantAssociationOutputData>,SdkBuilder<AssistantAssociationOutputData.Builder,AssistantAssociationOutputData>,SdkPojo
- Enclosing class:
- AssistantAssociationOutputData
public static interface AssistantAssociationOutputData.Builder extends SdkPojo, CopyableBuilder<AssistantAssociationOutputData.Builder,AssistantAssociationOutputData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AssistantAssociationOutputData.BuilderknowledgeBaseAssociation(Consumer<KnowledgeBaseAssociationData.Builder> knowledgeBaseAssociation)The knowledge base where output data is sent.AssistantAssociationOutputData.BuilderknowledgeBaseAssociation(KnowledgeBaseAssociationData knowledgeBaseAssociation)The knowledge base where output data is sent.-
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 Detail
-
knowledgeBaseAssociation
AssistantAssociationOutputData.Builder knowledgeBaseAssociation(KnowledgeBaseAssociationData knowledgeBaseAssociation)
The knowledge base where output data is sent.
- Parameters:
knowledgeBaseAssociation- The knowledge base where output data is sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseAssociation
default AssistantAssociationOutputData.Builder knowledgeBaseAssociation(Consumer<KnowledgeBaseAssociationData.Builder> knowledgeBaseAssociation)
The knowledge base where output data is sent.
This is a convenience method that creates an instance of theKnowledgeBaseAssociationData.Builderavoiding the need to create one manually viaKnowledgeBaseAssociationData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toknowledgeBaseAssociation(KnowledgeBaseAssociationData).- Parameters:
knowledgeBaseAssociation- a consumer that will call methods onKnowledgeBaseAssociationData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
knowledgeBaseAssociation(KnowledgeBaseAssociationData)
-
-