Interface Node.Builder

    • Method Detail

      • captureTime

        Node.Builder captureTime​(Instant captureTime)

        The UTC timestamp for when the managed node data was last captured.

        Parameters:
        captureTime - The UTC timestamp for when the managed node data was last captured.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        Node.Builder id​(String id)

        The ID of the managed node.

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

        Node.Builder owner​(NodeOwnerInfo owner)

        Information about the ownership of the managed node.

        Parameters:
        owner - Information about the ownership of the managed node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • region

        Node.Builder region​(String region)

        The Amazon Web Services Region that a managed node was created in or assigned to.

        Parameters:
        region - The Amazon Web Services Region that a managed node was created in or assigned to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeType

        Node.Builder nodeType​(NodeType nodeType)

        Information about the type of node.

        Parameters:
        nodeType - Information about the type of node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.