Interface ClusterInstancePlacement.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterInstancePlacement.Builder,ClusterInstancePlacement>,SdkBuilder<ClusterInstancePlacement.Builder,ClusterInstancePlacement>,SdkPojo
- Enclosing class:
- ClusterInstancePlacement
public static interface ClusterInstancePlacement.Builder extends SdkPojo, CopyableBuilder<ClusterInstancePlacement.Builder,ClusterInstancePlacement>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterInstancePlacement.BuilderavailabilityZone(String availabilityZone)The Availability Zone where the node in the SageMaker HyperPod cluster is launched.ClusterInstancePlacement.BuilderavailabilityZoneId(String availabilityZoneId)The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.-
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, sdkFields
-
-
-
-
Method Detail
-
availabilityZone
ClusterInstancePlacement.Builder availabilityZone(String availabilityZone)
The Availability Zone where the node in the SageMaker HyperPod cluster is launched.
- Parameters:
availabilityZone- The Availability Zone where the node in the SageMaker HyperPod cluster is launched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneId
ClusterInstancePlacement.Builder availabilityZoneId(String availabilityZoneId)
The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.
- Parameters:
availabilityZoneId- The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-