Interface StopDevEnvironmentSessionResponse.Builder

    • Method Detail

      • spaceName

        StopDevEnvironmentSessionResponse.Builder spaceName​(String spaceName)

        The name of the space.

        Parameters:
        spaceName - The name of the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectName

        StopDevEnvironmentSessionResponse.Builder projectName​(String projectName)

        The name of the project in the space.

        Parameters:
        projectName - The name of the project in the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        StopDevEnvironmentSessionResponse.Builder id​(String id)

        The system-generated unique ID of the Dev Environment.

        Parameters:
        id - The system-generated unique ID of the Dev Environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionId

        StopDevEnvironmentSessionResponse.Builder sessionId​(String sessionId)

        The system-generated unique ID of the Dev Environment session.

        Parameters:
        sessionId - The system-generated unique ID of the Dev Environment session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.