Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CreateAgentRequest.Builder
Packages that use CreateAgentRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreateAgentRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type CreateAgentRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateAgentResponse>BedrockAgentAsyncClient.createAgent(Consumer<CreateAgentRequest.Builder> createAgentRequest) Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers.default CreateAgentResponseBedrockAgentClient.createAgent(Consumer<CreateAgentRequest.Builder> createAgentRequest) Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers. -
Uses of CreateAgentRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CreateAgentRequest.BuilderModifier and TypeMethodDescriptionCreateAgentRequest.Builder.agentCollaboration(String agentCollaboration) The agent's collaboration role.CreateAgentRequest.Builder.agentCollaboration(AgentCollaboration agentCollaboration) The agent's collaboration role.A name for the agent that you create.CreateAgentRequest.Builder.agentResourceRoleArn(String agentResourceRoleArn) The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.static CreateAgentRequest.BuilderCreateAgentRequest.builder()CreateAgentRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.CreateAgentRequest.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.default CreateAgentRequest.BuilderCreateAgentRequest.Builder.customOrchestration(Consumer<CustomOrchestration.Builder> customOrchestration) Contains details of the custom orchestration configured for the agent.CreateAgentRequest.Builder.customOrchestration(CustomOrchestration customOrchestration) Contains details of the custom orchestration configured for the agent.CreateAgentRequest.Builder.description(String description) A description of the agent.CreateAgentRequest.Builder.foundationModel(String foundationModel) The identifier for the model that you want to be used for orchestration by the agent you create.default CreateAgentRequest.BuilderCreateAgentRequest.Builder.guardrailConfiguration(Consumer<GuardrailConfiguration.Builder> guardrailConfiguration) The unique Guardrail configuration assigned to the agent when it is created.CreateAgentRequest.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) The unique Guardrail configuration assigned to the agent when it is created.CreateAgentRequest.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.CreateAgentRequest.Builder.instruction(String instruction) Instructions that tell the agent what it should do and how it should interact with users.default CreateAgentRequest.BuilderCreateAgentRequest.Builder.memoryConfiguration(Consumer<MemoryConfiguration.Builder> memoryConfiguration) Contains the details of the memory configured for the agent.CreateAgentRequest.Builder.memoryConfiguration(MemoryConfiguration memoryConfiguration) Contains the details of the memory configured for the agent.CreateAgentRequest.Builder.orchestrationType(String orchestrationType) Specifies the type of orchestration strategy for the agent.CreateAgentRequest.Builder.orchestrationType(OrchestrationType orchestrationType) Specifies the type of orchestration strategy for the agent.CreateAgentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateAgentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default CreateAgentRequest.BuilderCreateAgentRequest.Builder.promptOverrideConfiguration(Consumer<PromptOverrideConfiguration.Builder> promptOverrideConfiguration) Contains configurations to override prompts in different parts of an agent sequence.CreateAgentRequest.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) Contains configurations to override prompts in different parts of an agent sequence.Any tags that you want to attach to the agent.CreateAgentRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CreateAgentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateAgentRequest.Builder>CreateAgentRequest.serializableBuilderClass()