Interface CreateAgentRuntimeEndpointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockAgentCoreControlRequest.Builder
,Buildable
,CopyableBuilder<CreateAgentRuntimeEndpointRequest.Builder,
,CreateAgentRuntimeEndpointRequest> SdkBuilder<CreateAgentRuntimeEndpointRequest.Builder,
,CreateAgentRuntimeEndpointRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateAgentRuntimeEndpointRequest
@Mutable
@NotThreadSafe
public static interface CreateAgentRuntimeEndpointRequest.Builder
extends BedrockAgentCoreControlRequest.Builder, SdkPojo, CopyableBuilder<CreateAgentRuntimeEndpointRequest.Builder,CreateAgentRuntimeEndpointRequest>
-
Method Summary
Modifier and TypeMethodDescriptionagentRuntimeId
(String agentRuntimeId) The unique identifier of the AgentCore Runtime to create an endpoint for.agentRuntimeVersion
(String agentRuntimeVersion) The version of the AgentCore Runtime to use for the endpoint.clientToken
(String clientToken) A unique, case-sensitive identifier to ensure idempotency of the request.description
(String description) The description of the AgentCore Runtime endpoint.The name of the AgentCore Runtime endpoint.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A map of tag keys and values to assign to the agent runtime endpoint.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
agentRuntimeId
The unique identifier of the AgentCore Runtime to create an endpoint for.
- Parameters:
agentRuntimeId
- The unique identifier of the AgentCore Runtime to create an endpoint for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the AgentCore Runtime endpoint.
- Parameters:
name
- The name of the AgentCore Runtime endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentRuntimeVersion
The version of the AgentCore Runtime to use for the endpoint.
- Parameters:
agentRuntimeVersion
- The version of the AgentCore Runtime to use for the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the AgentCore Runtime endpoint.
- Parameters:
description
- The description of the AgentCore Runtime endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier to ensure idempotency of the request.
- Parameters:
clientToken
- A unique, case-sensitive identifier to ensure idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map of tag keys and values to assign to the agent runtime endpoint. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.
- Parameters:
tags
- A map of tag keys and values to assign to the agent runtime endpoint. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAgentRuntimeEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateAgentRuntimeEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-