Interface AIRecommendationInstanceDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIRecommendationInstanceDetail.Builder,,AIRecommendationInstanceDetail> SdkBuilder<AIRecommendationInstanceDetail.Builder,,AIRecommendationInstanceDetail> SdkPojo
- Enclosing class:
AIRecommendationInstanceDetail
@Mutable
@NotThreadSafe
public static interface AIRecommendationInstanceDetail.Builder
extends SdkPojo, CopyableBuilder<AIRecommendationInstanceDetail.Builder,AIRecommendationInstanceDetail>
-
Method Summary
Modifier and TypeMethodDescriptioncopyCountPerInstance(Integer copyCountPerInstance) The number of model copies per instance.instanceCount(Integer instanceCount) The recommended number of instances.instanceType(String instanceType) The recommended instance type.instanceType(AIRecommendationInstanceType instanceType) The recommended instance type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceType
The recommended instance type.
- Parameters:
instanceType- The recommended instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The recommended instance type.
- Parameters:
instanceType- The recommended instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceCount
The recommended number of instances.
- Parameters:
instanceCount- The recommended number of instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
copyCountPerInstance
The number of model copies per instance.
- Parameters:
copyCountPerInstance- The number of model copies per instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-