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 agent runtime to create an endpoint for.agentRuntimeVersion
(String agentRuntimeVersion) The version of the agent 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 agent runtime endpoint.The name of the agent runtime endpoint.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 agent runtime to create an endpoint for.
- Parameters:
agentRuntimeId
- The unique identifier of the agent 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 agent runtime endpoint.
- Parameters:
name
- The name of the agent runtime endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentRuntimeVersion
The version of the agent runtime to use for the endpoint.
- Parameters:
agentRuntimeVersion
- The version of the agent 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 agent runtime endpoint.
- Parameters:
description
- The description of the agent 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.
-
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.
-