Interface ClusterInstancePlacement.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterInstancePlacement.Builder,
,ClusterInstancePlacement> SdkBuilder<ClusterInstancePlacement.Builder,
,ClusterInstancePlacement> SdkPojo
- Enclosing class:
ClusterInstancePlacement
@Mutable
@NotThreadSafe
public static interface ClusterInstancePlacement.Builder
extends SdkPojo, CopyableBuilder<ClusterInstancePlacement.Builder,ClusterInstancePlacement>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone
(String availabilityZone) The Availability Zone where the node in the SageMaker HyperPod cluster is launched.availabilityZoneId
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-