Interface ClusterNodeDetails.Builder

    • Method Detail

      • instanceGroupName

        ClusterNodeDetails.Builder instanceGroupName​(String instanceGroupName)

        The instance group name in which the instance is.

        Parameters:
        instanceGroupName - The instance group name in which the instance is.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceId

        ClusterNodeDetails.Builder instanceId​(String instanceId)

        The ID of the instance.

        Parameters:
        instanceId - The ID of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceStatus

        ClusterNodeDetails.Builder instanceStatus​(ClusterInstanceStatusDetails instanceStatus)

        The status of the instance.

        Parameters:
        instanceStatus - The status of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • launchTime

        ClusterNodeDetails.Builder launchTime​(Instant launchTime)

        The time when the instance is launched.

        Parameters:
        launchTime - The time when the instance is launched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastSoftwareUpdateTime

        ClusterNodeDetails.Builder lastSoftwareUpdateTime​(Instant lastSoftwareUpdateTime)

        The time when the cluster was last updated.

        Parameters:
        lastSoftwareUpdateTime - The time when the cluster was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifeCycleConfig

        ClusterNodeDetails.Builder lifeCycleConfig​(ClusterLifeCycleConfig lifeCycleConfig)

        The LifeCycle configuration applied to the instance.

        Parameters:
        lifeCycleConfig - The LifeCycle configuration applied to the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overrideVpcConfig

        ClusterNodeDetails.Builder overrideVpcConfig​(VpcConfig overrideVpcConfig)

        The customized Amazon VPC configuration at the instance group level that overrides the default Amazon VPC configuration of the SageMaker HyperPod cluster.

        Parameters:
        overrideVpcConfig - The customized Amazon VPC configuration at the instance group level that overrides the default Amazon VPC configuration of the SageMaker HyperPod cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • threadsPerCore

        ClusterNodeDetails.Builder threadsPerCore​(Integer threadsPerCore)

        The number of threads per CPU core you specified under CreateCluster.

        Parameters:
        threadsPerCore - The number of threads per CPU core you specified under CreateCluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceStorageConfigs

        ClusterNodeDetails.Builder instanceStorageConfigs​(Collection<ClusterInstanceStorageConfig> instanceStorageConfigs)

        The configurations of additional storage specified to the instance group where the instance (node) is launched.

        Parameters:
        instanceStorageConfigs - The configurations of additional storage specified to the instance group where the instance (node) is launched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceStorageConfigs

        ClusterNodeDetails.Builder instanceStorageConfigs​(ClusterInstanceStorageConfig... instanceStorageConfigs)

        The configurations of additional storage specified to the instance group where the instance (node) is launched.

        Parameters:
        instanceStorageConfigs - The configurations of additional storage specified to the instance group where the instance (node) is launched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privatePrimaryIp

        ClusterNodeDetails.Builder privatePrimaryIp​(String privatePrimaryIp)

        The private primary IP address of the SageMaker HyperPod cluster node.

        Parameters:
        privatePrimaryIp - The private primary IP address of the SageMaker HyperPod cluster node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privatePrimaryIpv6

        ClusterNodeDetails.Builder privatePrimaryIpv6​(String privatePrimaryIpv6)

        The private primary IPv6 address of the SageMaker HyperPod cluster node when configured with an Amazon VPC that supports IPv6 and includes subnets with IPv6 addressing enabled in either the cluster Amazon VPC configuration or the instance group Amazon VPC configuration.

        Parameters:
        privatePrimaryIpv6 - The private primary IPv6 address of the SageMaker HyperPod cluster node when configured with an Amazon VPC that supports IPv6 and includes subnets with IPv6 addressing enabled in either the cluster Amazon VPC configuration or the instance group Amazon VPC configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateDnsHostname

        ClusterNodeDetails.Builder privateDnsHostname​(String privateDnsHostname)

        The private DNS hostname of the SageMaker HyperPod cluster node.

        Parameters:
        privateDnsHostname - The private DNS hostname of the SageMaker HyperPod cluster node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • placement

        ClusterNodeDetails.Builder placement​(ClusterInstancePlacement placement)

        The placement details of the SageMaker HyperPod cluster node.

        Parameters:
        placement - The placement details of the SageMaker HyperPod cluster node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.