Interface StartAppResponse.Builder

    • Method Detail

      • domain

        StartAppResponse.Builder domain​(String domain)

        The name of the domain of the app.

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

        StartAppResponse.Builder name​(String name)

        The name of the app.

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

        StartAppResponse.Builder simulation​(String simulation)

        The name of the simulation of the app.

        Parameters:
        simulation - The name of the simulation of the app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.