Class AgentKnowledgeBaseArgs.Builder

  • Enclosing class:
    AgentKnowledgeBaseArgs

    public static final class AgentKnowledgeBaseArgs.Builder
    extends java.lang.Object
    • 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
      • name

        public AgentKnowledgeBaseArgs.Builder name​(@Nullable
                                                   com.pulumi.core.Output<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
      • 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