Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.StopCodeInterpreterSessionRequest.Builder
Packages that use StopCodeInterpreterSessionRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of StopCodeInterpreterSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type StopCodeInterpreterSessionRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.stopCodeInterpreterSession(Consumer<StopCodeInterpreterSessionRequest.Builder> stopCodeInterpreterSessionRequest) Terminates an active code interpreter session in Amazon Bedrock AgentCore.BedrockAgentCoreClient.stopCodeInterpreterSession(Consumer<StopCodeInterpreterSessionRequest.Builder> stopCodeInterpreterSessionRequest) Terminates an active code interpreter session in Amazon Bedrock AgentCore. -
Uses of StopCodeInterpreterSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return StopCodeInterpreterSessionRequest.BuilderModifier and TypeMethodDescriptionStopCodeInterpreterSessionRequest.builder()StopCodeInterpreterSessionRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.StopCodeInterpreterSessionRequest.Builder.codeInterpreterIdentifier(String codeInterpreterIdentifier) The unique identifier of the code interpreter associated with the session.StopCodeInterpreterSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StopCodeInterpreterSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The unique identifier of the code interpreter session to stop.StopCodeInterpreterSessionRequest.toBuilder()The trace identifier for request tracking.StopCodeInterpreterSessionRequest.Builder.traceParent(String traceParent) The parent trace information for distributed tracing.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type StopCodeInterpreterSessionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StopCodeInterpreterSessionRequest.Builder>StopCodeInterpreterSessionRequest.serializableBuilderClass()