Interface PlacementSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PlacementSpecification.Builder,
,PlacementSpecification> SdkBuilder<PlacementSpecification.Builder,
,PlacementSpecification> SdkPojo
- Enclosing class:
PlacementSpecification
@Mutable
@NotThreadSafe
public static interface PlacementSpecification.Builder
extends SdkPojo, CopyableBuilder<PlacementSpecification.Builder,PlacementSpecification>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceCount
(Integer instanceCount) The number of ML compute instances required to be placed together on the same UltraServer.ultraServerId
(String ultraServerId) The unique identifier of the UltraServer where instances should be placed.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
-
ultraServerId
The unique identifier of the UltraServer where instances should be placed.
- Parameters:
ultraServerId
- The unique identifier of the UltraServer where instances should be placed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceCount
The number of ML compute instances required to be placed together on the same UltraServer. Minimum value of 1.
- Parameters:
instanceCount
- The number of ML compute instances required to be placed together on the same UltraServer. Minimum value of 1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-