Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.StartCodeInterpreterSessionRequest.Builder
Packages that use StartCodeInterpreterSessionRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of StartCodeInterpreterSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type StartCodeInterpreterSessionRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.startCodeInterpreterSession(Consumer<StartCodeInterpreterSessionRequest.Builder> startCodeInterpreterSessionRequest) Creates and initializes a code interpreter session in Amazon Bedrock AgentCore.BedrockAgentCoreClient.startCodeInterpreterSession(Consumer<StartCodeInterpreterSessionRequest.Builder> startCodeInterpreterSessionRequest) Creates and initializes a code interpreter session in Amazon Bedrock AgentCore. -
Uses of StartCodeInterpreterSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return StartCodeInterpreterSessionRequest.BuilderModifier and TypeMethodDescriptionStartCodeInterpreterSessionRequest.builder()StartCodeInterpreterSessionRequest.Builder.certificates(Collection<Certificate> certificates) A list of certificates to install in the code interpreter session.StartCodeInterpreterSessionRequest.Builder.certificates(Consumer<Certificate.Builder>... certificates) A list of certificates to install in the code interpreter session.StartCodeInterpreterSessionRequest.Builder.certificates(Certificate... certificates) A list of certificates to install in the code interpreter session.StartCodeInterpreterSessionRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.StartCodeInterpreterSessionRequest.Builder.codeInterpreterIdentifier(String codeInterpreterIdentifier) The unique identifier of the code interpreter to use for this session.The name of the code interpreter session.StartCodeInterpreterSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartCodeInterpreterSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartCodeInterpreterSessionRequest.Builder.sessionTimeoutSeconds(Integer sessionTimeoutSeconds) The duration in seconds (time-to-live) after which the session automatically terminates, regardless of ongoing activity.StartCodeInterpreterSessionRequest.toBuilder()The trace identifier for request tracking.StartCodeInterpreterSessionRequest.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 StartCodeInterpreterSessionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartCodeInterpreterSessionRequest.Builder>StartCodeInterpreterSessionRequest.serializableBuilderClass()