@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public BedrockKnowledgeStoreConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.