Interface ClusterEventSummary.Builder

  • Method Details

    • eventId

      The unique identifier (UUID) of the event.

      Parameters:
      eventId - The unique identifier (UUID) of the event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clusterArn

      ClusterEventSummary.Builder clusterArn(String clusterArn)

      The Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.

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

      ClusterEventSummary.Builder clusterName(String clusterName)

      The name of the HyperPod cluster associated with the event.

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

      ClusterEventSummary.Builder instanceGroupName(String instanceGroupName)

      The name of the instance group associated with the event, if applicable.

      Parameters:
      instanceGroupName - The name of the instance group associated with the event, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceId

      ClusterEventSummary.Builder instanceId(String instanceId)

      The Amazon Elastic Compute Cloud (EC2) instance ID associated with the event, if applicable.

      Parameters:
      instanceId - The Amazon Elastic Compute Cloud (EC2) instance ID associated with the event, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      ClusterEventSummary.Builder resourceType(String resourceType)

      The type of resource associated with the event. Valid values are Cluster, InstanceGroup, or Instance.

      Parameters:
      resourceType - The type of resource associated with the event. Valid values are Cluster, InstanceGroup, or Instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      The type of resource associated with the event. Valid values are Cluster, InstanceGroup, or Instance.

      Parameters:
      resourceType - The type of resource associated with the event. Valid values are Cluster, InstanceGroup, or Instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • eventTime

      ClusterEventSummary.Builder eventTime(Instant eventTime)

      The timestamp when the event occurred.

      Parameters:
      eventTime - The timestamp when the event occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ClusterEventSummary.Builder description(String description)

      A brief, human-readable description of the event.

      Parameters:
      description - A brief, human-readable description of the event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.