Interface StopCodeInterpreterSessionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, BedrockAgentCoreResponse.Builder, Buildable, CopyableBuilder<StopCodeInterpreterSessionResponse.Builder,StopCodeInterpreterSessionResponse>, SdkBuilder<StopCodeInterpreterSessionResponse.Builder,StopCodeInterpreterSessionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StopCodeInterpreterSessionResponse

  • Method Details

    • codeInterpreterIdentifier

      StopCodeInterpreterSessionResponse.Builder codeInterpreterIdentifier(String codeInterpreterIdentifier)

      The identifier of the code interpreter.

      Parameters:
      codeInterpreterIdentifier - The identifier of the code interpreter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      The identifier of the code interpreter session.

      Parameters:
      sessionId - The identifier of the code interpreter session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      The timestamp when the code interpreter session was last updated.

      Parameters:
      lastUpdatedAt - The timestamp when the code interpreter session was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.