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 Details

    • 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.