Interface RecommendationJobResourceLimit.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RecommendationJobResourceLimit.Builder,RecommendationJobResourceLimit>, SdkBuilder<RecommendationJobResourceLimit.Builder,RecommendationJobResourceLimit>, SdkPojo
Enclosing class:
RecommendationJobResourceLimit

public static interface RecommendationJobResourceLimit.Builder extends SdkPojo, CopyableBuilder<RecommendationJobResourceLimit.Builder,RecommendationJobResourceLimit>
  • Method Details

    • 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.