Interface DescribeClusterResponse.Builder

    • Method Detail

      • clusterArn

        DescribeClusterResponse.Builder clusterArn​(String clusterArn)

        The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.

        Parameters:
        clusterArn - The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterName

        DescribeClusterResponse.Builder clusterName​(String clusterName)

        The name of the SageMaker HyperPod cluster.

        Parameters:
        clusterName - The name of the SageMaker HyperPod cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterStatus

        DescribeClusterResponse.Builder clusterStatus​(String clusterStatus)

        The status of the SageMaker HyperPod cluster.

        Parameters:
        clusterStatus - The status of the SageMaker HyperPod cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClusterStatus, ClusterStatus
      • creationTime

        DescribeClusterResponse.Builder creationTime​(Instant creationTime)

        The time when the SageMaker Cluster is created.

        Parameters:
        creationTime - The time when the SageMaker Cluster is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureMessage

        DescribeClusterResponse.Builder failureMessage​(String failureMessage)

        The failure message of the SageMaker HyperPod cluster.

        Parameters:
        failureMessage - The failure message of the SageMaker HyperPod cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceGroups

        DescribeClusterResponse.Builder instanceGroups​(Collection<ClusterInstanceGroupDetails> instanceGroups)

        The instance groups of the SageMaker HyperPod cluster.

        Parameters:
        instanceGroups - The instance groups of the SageMaker HyperPod cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceGroups

        DescribeClusterResponse.Builder instanceGroups​(ClusterInstanceGroupDetails... instanceGroups)

        The instance groups of the SageMaker HyperPod cluster.

        Parameters:
        instanceGroups - The instance groups of the SageMaker HyperPod cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcConfig

        DescribeClusterResponse.Builder vpcConfig​(VpcConfig vpcConfig)
        Sets the value of the VpcConfig property for this object.
        Parameters:
        vpcConfig - The new value for the VpcConfig property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.