Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.CodeInterpreterSessionSummary.Builder
Packages that use CodeInterpreterSessionSummary.Builder
-
Uses of CodeInterpreterSessionSummary.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return CodeInterpreterSessionSummary.BuilderModifier and TypeMethodDescriptionCodeInterpreterSessionSummary.builder()CodeInterpreterSessionSummary.Builder.codeInterpreterIdentifier(String codeInterpreterIdentifier) The unique identifier of the code interpreter associated with the session.The timestamp when the code interpreter session was created.CodeInterpreterSessionSummary.Builder.lastUpdatedAt(Instant lastUpdatedAt) The timestamp when the code interpreter session was last updated.The name of the code interpreter session.The unique identifier of the code interpreter session.The current status of the code interpreter session.CodeInterpreterSessionSummary.Builder.status(CodeInterpreterSessionStatus status) The current status of the code interpreter session.CodeInterpreterSessionSummary.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type CodeInterpreterSessionSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CodeInterpreterSessionSummary.Builder>CodeInterpreterSessionSummary.serializableBuilderClass()