Interface RecommendationJobResourceLimit.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecommendationJobResourceLimit.Builder,
,RecommendationJobResourceLimit> SdkBuilder<RecommendationJobResourceLimit.Builder,
,RecommendationJobResourceLimit> SdkPojo
- Enclosing class:
RecommendationJobResourceLimit
@Mutable
@NotThreadSafe
public static interface RecommendationJobResourceLimit.Builder
extends SdkPojo, CopyableBuilder<RecommendationJobResourceLimit.Builder,RecommendationJobResourceLimit>
-
Method Summary
Modifier and TypeMethodDescriptionmaxNumberOfTests
(Integer maxNumberOfTests) Defines the maximum number of load tests.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 Details
-
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
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.
-