Interface CustomModelUnits.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomModelUnits.Builder,
,CustomModelUnits> SdkBuilder<CustomModelUnits.Builder,
,CustomModelUnits> SdkPojo
- Enclosing class:
CustomModelUnits
@Mutable
@NotThreadSafe
public static interface CustomModelUnits.Builder
extends SdkPojo, CopyableBuilder<CustomModelUnits.Builder,CustomModelUnits>
-
Method Summary
Modifier and TypeMethodDescriptioncustomModelUnitsPerModelCopy
(Integer customModelUnitsPerModelCopy) The number of custom model units used to host a model copy.customModelUnitsVersion
(String customModelUnitsVersion) The version of the custom model unit.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
-
customModelUnitsPerModelCopy
The number of custom model units used to host a model copy.
- Parameters:
customModelUnitsPerModelCopy
- The number of custom model units used to host a model copy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customModelUnitsVersion
The version of the custom model unit. Use to determine the billing rate for the custom model unit.
- Parameters:
customModelUnitsVersion
- The version of the custom model unit. Use to determine the billing rate for the custom model unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-