Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CfnHarnessProps.Builder
Packages that use CfnHarnessProps.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of CfnHarnessProps.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CfnHarnessProps.BuilderModifier and TypeMethodDescriptionCfnHarnessProps.Builder.allowedTools(List<String> allowedTools) Sets the value ofCfnHarnessProps.getAllowedTools()CfnHarnessProps.Builder.authorizerConfiguration(IResolvable authorizerConfiguration) Sets the value ofCfnHarnessProps.getAuthorizerConfiguration()CfnHarnessProps.Builder.authorizerConfiguration(CfnHarness.AuthorizerConfigurationProperty authorizerConfiguration) Sets the value ofCfnHarnessProps.getAuthorizerConfiguration()static CfnHarnessProps.BuilderCfnHarnessProps.builder()CfnHarnessProps.Builder.environment(IResolvable environment) Sets the value ofCfnHarnessProps.getEnvironment()CfnHarnessProps.Builder.environment(CfnHarness.HarnessEnvironmentProviderProperty environment) Sets the value ofCfnHarnessProps.getEnvironment()CfnHarnessProps.Builder.environmentArtifact(IResolvable environmentArtifact) Sets the value ofCfnHarnessProps.getEnvironmentArtifact()CfnHarnessProps.Builder.environmentArtifact(CfnHarness.HarnessEnvironmentArtifactProperty environmentArtifact) Sets the value ofCfnHarnessProps.getEnvironmentArtifact()CfnHarnessProps.Builder.environmentVariables(Map<String, String> environmentVariables) Sets the value ofCfnHarnessProps.getEnvironmentVariables()CfnHarnessProps.Builder.environmentVariables(IResolvable environmentVariables) Sets the value ofCfnHarnessProps.getEnvironmentVariables()CfnHarnessProps.Builder.executionRoleArn(String executionRoleArn) Sets the value ofCfnHarnessProps.getExecutionRoleArn()CfnHarnessProps.Builder.harnessName(String harnessName) Sets the value ofCfnHarnessProps.getHarnessName()CfnHarnessProps.Builder.maxIterations(Number maxIterations) Sets the value ofCfnHarnessProps.getMaxIterations()Sets the value ofCfnHarnessProps.getMaxTokens()CfnHarnessProps.Builder.memory(IResolvable memory) Sets the value ofCfnHarnessProps.getMemory()CfnHarnessProps.Builder.memory(CfnHarness.HarnessMemoryConfigurationProperty memory) Sets the value ofCfnHarnessProps.getMemory()CfnHarnessProps.Builder.model(IResolvable model) Sets the value ofCfnHarnessProps.getModel()CfnHarnessProps.Builder.model(CfnHarness.HarnessModelConfigurationProperty model) Sets the value ofCfnHarnessProps.getModel()Sets the value ofCfnHarnessProps.getSkills()CfnHarnessProps.Builder.skills(IResolvable skills) Sets the value ofCfnHarnessProps.getSkills()CfnHarnessProps.Builder.systemPrompt(List<? extends Object> systemPrompt) Sets the value ofCfnHarnessProps.getSystemPrompt()CfnHarnessProps.Builder.systemPrompt(IResolvable systemPrompt) Sets the value ofCfnHarnessProps.getSystemPrompt()Sets the value ofCfnHarnessProps.getTags()CfnHarnessProps.Builder.timeoutSeconds(Number timeoutSeconds) Sets the value ofCfnHarnessProps.getTimeoutSeconds()Sets the value ofCfnHarnessProps.getTools()CfnHarnessProps.Builder.tools(IResolvable tools) Sets the value ofCfnHarnessProps.getTools()CfnHarnessProps.Builder.truncation(IResolvable truncation) Sets the value ofCfnHarnessProps.getTruncation()CfnHarnessProps.Builder.truncation(CfnHarness.HarnessTruncationConfigurationProperty truncation) Sets the value ofCfnHarnessProps.getTruncation()Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type CfnHarnessProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnHarnessProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHarnessProps.Builder.