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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomModelUnits.BuildercustomModelUnitsPerModelCopy(Integer customModelUnitsPerModelCopy)The number of custom model units used to host a model copy.CustomModelUnits.BuildercustomModelUnitsVersion(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 Detail
-
customModelUnitsPerModelCopy
CustomModelUnits.Builder customModelUnitsPerModelCopy(Integer 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
CustomModelUnits.Builder customModelUnitsVersion(String 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.
-
-