Interface RecommendationJobResourceLimit.Builder

    • Method Detail

      • maxNumberOfTests

        RecommendationJobResourceLimit.Builder maxNumberOfTests​(Integer maxNumberOfTests)

        Defines the maximum number of load tests.

        Parameters:
        maxNumberOfTests - Defines the maximum number of load tests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxParallelOfTests

        RecommendationJobResourceLimit.Builder maxParallelOfTests​(Integer maxParallelOfTests)

        Defines the maximum number of parallel load tests.

        Parameters:
        maxParallelOfTests - Defines the maximum number of parallel load tests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.