@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BedrockKnowledgeStoreConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the configuration of a Amazon Bedrock knowledge base.
| Constructor and Description |
|---|
BedrockKnowledgeStoreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
BedrockKnowledgeStoreConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBedrockKnowledgeBaseArn()
The ARN of the knowledge base used.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBedrockKnowledgeBaseArn(String bedrockKnowledgeBaseArn)
The ARN of the knowledge base used.
|
String |
toString()
Returns a string representation of this object.
|
BedrockKnowledgeStoreConfiguration |
withBedrockKnowledgeBaseArn(String bedrockKnowledgeBaseArn)
The ARN of the knowledge base used.
|
public void setBedrockKnowledgeBaseArn(String bedrockKnowledgeBaseArn)
The ARN of the knowledge base used.
bedrockKnowledgeBaseArn - The ARN of the knowledge base used.public String getBedrockKnowledgeBaseArn()
The ARN of the knowledge base used.
public BedrockKnowledgeStoreConfiguration withBedrockKnowledgeBaseArn(String bedrockKnowledgeBaseArn)
The ARN of the knowledge base used.
bedrockKnowledgeBaseArn - The ARN of the knowledge base used.public String toString()
toString in class ObjectObject.toString()public BedrockKnowledgeStoreConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.