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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecommendationJobResourceLimit.Builder
maxNumberOfTests(Integer maxNumberOfTests)
Defines the maximum number of load tests.RecommendationJobResourceLimit.Builder
maxParallelOfTests(Integer maxParallelOfTests)
Defines the maximum number of parallel load tests.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-