Interface GetRecordResponse.Builder

    • Method Detail

      • record

        GetRecordResponse.Builder record​(Collection<FeatureValue> record)

        The record you requested. A list of FeatureValues.

        Parameters:
        record - The record you requested. A list of FeatureValues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • record

        GetRecordResponse.Builder record​(FeatureValue... record)

        The record you requested. A list of FeatureValues.

        Parameters:
        record - The record you requested. A list of FeatureValues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiresAt

        GetRecordResponse.Builder expiresAt​(String expiresAt)

        The ExpiresAt ISO string of the requested record.

        Parameters:
        expiresAt - The ExpiresAt ISO string of the requested record.
        Returns:
        Returns a reference to this object so that method calls can be chained together.