Interface KnowledgeBaseRetrieveAndGenerateConfiguration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<KnowledgeBaseRetrieveAndGenerateConfiguration.Builder,KnowledgeBaseRetrieveAndGenerateConfiguration>
,SdkBuilder<KnowledgeBaseRetrieveAndGenerateConfiguration.Builder,KnowledgeBaseRetrieveAndGenerateConfiguration>
,SdkPojo
- Enclosing class:
- KnowledgeBaseRetrieveAndGenerateConfiguration
public static interface KnowledgeBaseRetrieveAndGenerateConfiguration.Builder extends SdkPojo, CopyableBuilder<KnowledgeBaseRetrieveAndGenerateConfiguration.Builder,KnowledgeBaseRetrieveAndGenerateConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KnowledgeBaseRetrieveAndGenerateConfiguration.Builder
knowledgeBaseId(String knowledgeBaseId)
Sets the value of the KnowledgeBaseId property for this object.KnowledgeBaseRetrieveAndGenerateConfiguration.Builder
modelArn(String modelArn)
Sets the value of the ModelArn property for this object.-
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
-
knowledgeBaseId
KnowledgeBaseRetrieveAndGenerateConfiguration.Builder knowledgeBaseId(String knowledgeBaseId)
Sets the value of the KnowledgeBaseId property for this object.- Parameters:
knowledgeBaseId
- The new value for the KnowledgeBaseId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelArn
KnowledgeBaseRetrieveAndGenerateConfiguration.Builder modelArn(String modelArn)
Sets the value of the ModelArn property for this object.- Parameters:
modelArn
- The new value for the ModelArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-