Interface NodeSummary.Builder

    • Method Detail

      • id

        NodeSummary.Builder id​(String id)

        The unique identifier of the node.

        Parameters:
        id - The unique identifier of the node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        NodeSummary.Builder status​(String status)

        The status of the node.

        Parameters:
        status - The status of the node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NodeStatus, NodeStatus
      • status

        NodeSummary.Builder status​(NodeStatus status)

        The status of the node.

        Parameters:
        status - The status of the node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NodeStatus, NodeStatus
      • creationDate

        NodeSummary.Builder creationDate​(Instant creationDate)

        The date and time that the node was created.

        Parameters:
        creationDate - The date and time that the node was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • availabilityZone

        NodeSummary.Builder availabilityZone​(String availabilityZone)

        The Availability Zone in which the node exists.

        Parameters:
        availabilityZone - The Availability Zone in which the node exists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceType

        NodeSummary.Builder instanceType​(String instanceType)

        The EC2 instance type for the node.

        Parameters:
        instanceType - The EC2 instance type for the node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        NodeSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.