Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.GetCodeInterpreterSessionResponse.Builder
Packages that use GetCodeInterpreterSessionResponse.Builder
-
Uses of GetCodeInterpreterSessionResponse.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return GetCodeInterpreterSessionResponse.BuilderModifier and TypeMethodDescriptionGetCodeInterpreterSessionResponse.builder()GetCodeInterpreterSessionResponse.Builder.certificates(Collection<Certificate> certificates) The list of certificates installed in the code interpreter session.GetCodeInterpreterSessionResponse.Builder.certificates(Consumer<Certificate.Builder>... certificates) The list of certificates installed in the code interpreter session.GetCodeInterpreterSessionResponse.Builder.certificates(Certificate... certificates) The list of certificates installed in the code interpreter session.GetCodeInterpreterSessionResponse.Builder.codeInterpreterIdentifier(String codeInterpreterIdentifier) The identifier of the code interpreter.The time at which the code interpreter session was created.The name of the code interpreter session.The identifier of the code interpreter session.GetCodeInterpreterSessionResponse.Builder.sessionTimeoutSeconds(Integer sessionTimeoutSeconds) The timeout period for the code interpreter session in seconds.The current status of the code interpreter session.GetCodeInterpreterSessionResponse.Builder.status(CodeInterpreterSessionStatus status) The current status of the code interpreter session.GetCodeInterpreterSessionResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type GetCodeInterpreterSessionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetCodeInterpreterSessionResponse.Builder>GetCodeInterpreterSessionResponse.serializableBuilderClass()