Package com.pulumi.aws.bedrock
Class AgentKnowledgeBaseArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.bedrock.AgentKnowledgeBaseArgs.Builder
-
- Enclosing class:
- AgentKnowledgeBaseArgs
public static final class AgentKnowledgeBaseArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AgentKnowledgeBaseArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AgentKnowledgeBaseArgs defaults)
-
-
Method Detail
-
description
public AgentKnowledgeBaseArgs.Builder description(@Nullable com.pulumi.core.Output<java.lang.String> description)
- Parameters:
description
- Description of the knowledge base.- Returns:
- builder
-
description
public AgentKnowledgeBaseArgs.Builder description(java.lang.String description)
- Parameters:
description
- Description of the knowledge base.- Returns:
- builder
-
knowledgeBaseConfiguration
public AgentKnowledgeBaseArgs.Builder knowledgeBaseConfiguration(@Nullable com.pulumi.core.Output<AgentKnowledgeBaseKnowledgeBaseConfigurationArgs> knowledgeBaseConfiguration)
- Parameters:
knowledgeBaseConfiguration
- Details about the embeddings configuration of the knowledge base. See `knowledge_base_configuration` block for details.- Returns:
- builder
-
knowledgeBaseConfiguration
public AgentKnowledgeBaseArgs.Builder knowledgeBaseConfiguration(AgentKnowledgeBaseKnowledgeBaseConfigurationArgs knowledgeBaseConfiguration)
- Parameters:
knowledgeBaseConfiguration
- Details about the embeddings configuration of the knowledge base. See `knowledge_base_configuration` block for details.- Returns:
- builder
-
name
public AgentKnowledgeBaseArgs.Builder name(@Nullable com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- Name of the knowledge base.- Returns:
- builder
-
name
public AgentKnowledgeBaseArgs.Builder name(java.lang.String name)
- Parameters:
name
- Name of the knowledge base.- Returns:
- builder
-
roleArn
public AgentKnowledgeBaseArgs.Builder roleArn(com.pulumi.core.Output<java.lang.String> roleArn)
- Parameters:
roleArn
- ARN of the IAM role with permissions to invoke API operations on the knowledge base.- Returns:
- builder
-
roleArn
public AgentKnowledgeBaseArgs.Builder roleArn(java.lang.String roleArn)
- Parameters:
roleArn
- ARN of the IAM role with permissions to invoke API operations on the knowledge base.- Returns:
- builder
-
storageConfiguration
public AgentKnowledgeBaseArgs.Builder storageConfiguration(@Nullable com.pulumi.core.Output<AgentKnowledgeBaseStorageConfigurationArgs> storageConfiguration)
- Parameters:
storageConfiguration
- Details about the storage configuration of the knowledge base. See `storage_configuration` block for details. The following arguments are optional:- Returns:
- builder
-
storageConfiguration
public AgentKnowledgeBaseArgs.Builder storageConfiguration(AgentKnowledgeBaseStorageConfigurationArgs storageConfiguration)
- Parameters:
storageConfiguration
- Details about the storage configuration of the knowledge base. See `storage_configuration` block for details. The following arguments are optional:- Returns:
- builder
-
tags
public AgentKnowledgeBaseArgs.Builder tags(@Nullable com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tags)
- Parameters:
tags
- Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Returns:
- builder
-
tags
public AgentKnowledgeBaseArgs.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
- Parameters:
tags
- Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Returns:
- builder
-
timeouts
public AgentKnowledgeBaseArgs.Builder timeouts(@Nullable com.pulumi.core.Output<AgentKnowledgeBaseTimeoutsArgs> timeouts)
-
timeouts
public AgentKnowledgeBaseArgs.Builder timeouts(AgentKnowledgeBaseTimeoutsArgs timeouts)
-
build
public AgentKnowledgeBaseArgs build()
-
-