Interface ResourceProperty.Builder

    • Method Detail

      • data

        ResourceProperty.Builder data​(Document data)

        Details about this property. The content of this field is a JSON object that varies based on the resource type.

        Parameters:
        data - Details about this property. The content of this field is a JSON object that varies based on the resource type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastReportedAt

        ResourceProperty.Builder lastReportedAt​(Instant lastReportedAt)

        The date and time that the information about this resource property was last updated.

        Parameters:
        lastReportedAt - The date and time that the information about this resource property was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ResourceProperty.Builder name​(String name)

        The name of this property of the resource.

        Parameters:
        name - The name of this property of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.