Package com.pulumi.aws.bedrock.outputs
Class AgentKnowledgeBaseKnowledgeBaseConfiguration.Builder
- java.lang.Object
-
- com.pulumi.aws.bedrock.outputs.AgentKnowledgeBaseKnowledgeBaseConfiguration.Builder
-
- Enclosing class:
- AgentKnowledgeBaseKnowledgeBaseConfiguration
public static final class AgentKnowledgeBaseKnowledgeBaseConfiguration.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AgentKnowledgeBaseKnowledgeBaseConfiguration defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentKnowledgeBaseKnowledgeBaseConfiguration
build()
AgentKnowledgeBaseKnowledgeBaseConfiguration.Builder
type(java.lang.String type)
AgentKnowledgeBaseKnowledgeBaseConfiguration.Builder
vectorKnowledgeBaseConfiguration(AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration vectorKnowledgeBaseConfiguration)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AgentKnowledgeBaseKnowledgeBaseConfiguration defaults)
-
-
Method Detail
-
type
public AgentKnowledgeBaseKnowledgeBaseConfiguration.Builder type(java.lang.String type)
-
vectorKnowledgeBaseConfiguration
public AgentKnowledgeBaseKnowledgeBaseConfiguration.Builder vectorKnowledgeBaseConfiguration(@Nullable AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration vectorKnowledgeBaseConfiguration)
-
build
public AgentKnowledgeBaseKnowledgeBaseConfiguration build()
-
-