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