Interface ClusterInstanceRequirements.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterInstanceRequirements.Builder,,ClusterInstanceRequirements> SdkBuilder<ClusterInstanceRequirements.Builder,,ClusterInstanceRequirements> SdkPojo
- Enclosing class:
ClusterInstanceRequirements
-
Method Summary
Modifier and TypeMethodDescriptioninstanceTypes(Collection<ClusterInstanceType> instanceTypes) The list of instance types that the instance group can use.instanceTypes(ClusterInstanceType... instanceTypes) The list of instance types that the instance group can use.instanceTypesWithStrings(String... instanceTypes) The list of instance types that the instance group can use.instanceTypesWithStrings(Collection<String> instanceTypes) The list of instance types that the instance group can use.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
-
instanceTypesWithStrings
The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.
- Parameters:
instanceTypes- The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypesWithStrings
The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.
- Parameters:
instanceTypes- The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.
- Parameters:
instanceTypes- The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.
- Parameters:
instanceTypes- The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-