Interface BatchGetRecordResultDetail.Builder

    • Method Detail

      • featureGroupName

        BatchGetRecordResultDetail.Builder featureGroupName​(String featureGroupName)

        The FeatureGroupName containing Records you retrieved in a batch.

        Parameters:
        featureGroupName - The FeatureGroupName containing Records you retrieved in a batch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordIdentifierValueAsString

        BatchGetRecordResultDetail.Builder recordIdentifierValueAsString​(String recordIdentifierValueAsString)

        The value of the record identifier in string format.

        Parameters:
        recordIdentifierValueAsString - The value of the record identifier in string format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • record

        BatchGetRecordResultDetail.Builder record​(FeatureValue... record)

        The Record retrieved.

        Parameters:
        record - The Record retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiresAt

        BatchGetRecordResultDetail.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.