Uses of Class
software.amazon.awscdk.services.bedrockagentcore.AgentRuntimeAttributes.Builder
Packages that use AgentRuntimeAttributes.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of AgentRuntimeAttributes.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return AgentRuntimeAttributes.BuilderModifier and TypeMethodDescriptionAgentRuntimeAttributes.Builder.agentRuntimeArn(String agentRuntimeArn) Sets the value ofAgentRuntimeAttributes.getAgentRuntimeArn()AgentRuntimeAttributes.Builder.agentRuntimeId(String agentRuntimeId) Sets the value ofAgentRuntimeAttributes.getAgentRuntimeId()AgentRuntimeAttributes.Builder.agentRuntimeName(String agentRuntimeName) Sets the value ofAgentRuntimeAttributes.getAgentRuntimeName()AgentRuntimeAttributes.Builder.agentRuntimeVersion(String agentRuntimeVersion) Sets the value ofAgentRuntimeAttributes.getAgentRuntimeVersion()AgentRuntimeAttributes.Builder.agentStatus(String agentStatus) Sets the value ofAgentRuntimeAttributes.getAgentStatus()AgentRuntimeAttributes.builder()Sets the value ofAgentRuntimeAttributes.getCreatedAt()AgentRuntimeAttributes.Builder.description(String description) Sets the value ofAgentRuntimeAttributes.getDescription()AgentRuntimeAttributes.Builder.lastUpdatedAt(String lastUpdatedAt) Sets the value ofAgentRuntimeAttributes.getLastUpdatedAt()Sets the value ofAgentRuntimeAttributes.getRoleArn()AgentRuntimeAttributes.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofAgentRuntimeAttributes.getSecurityGroups()Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type AgentRuntimeAttributes.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(AgentRuntimeAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theAgentRuntimeAttributes.Builder.