Interface GetRecordRequest.Builder

    • Method Detail

      • featureGroupName

        GetRecordRequest.Builder featureGroupName​(String featureGroupName)

        The name or Amazon Resource Name (ARN) of the feature group from which you want to retrieve a record.

        Parameters:
        featureGroupName - The name or Amazon Resource Name (ARN) of the feature group from which you want to retrieve a record.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordIdentifierValueAsString

        GetRecordRequest.Builder recordIdentifierValueAsString​(String recordIdentifierValueAsString)

        The value that corresponds to RecordIdentifier type and uniquely identifies the record in the FeatureGroup.

        Parameters:
        recordIdentifierValueAsString - The value that corresponds to RecordIdentifier type and uniquely identifies the record in the FeatureGroup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureNames

        GetRecordRequest.Builder featureNames​(Collection<String> featureNames)

        List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.

        Parameters:
        featureNames - List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureNames

        GetRecordRequest.Builder featureNames​(String... featureNames)

        List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.

        Parameters:
        featureNames - List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expirationTimeResponse

        GetRecordRequest.Builder expirationTimeResponse​(String expirationTimeResponse)

        Parameter to request ExpiresAt in response. If Enabled, GetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, GetRecord will return null.

        Parameters:
        expirationTimeResponse - Parameter to request ExpiresAt in response. If Enabled, GetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, GetRecord will return null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExpirationTimeResponse, ExpirationTimeResponse
      • expirationTimeResponse

        GetRecordRequest.Builder expirationTimeResponse​(ExpirationTimeResponse expirationTimeResponse)

        Parameter to request ExpiresAt in response. If Enabled, GetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, GetRecord will return null.

        Parameters:
        expirationTimeResponse - Parameter to request ExpiresAt in response. If Enabled, GetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, GetRecord will return null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExpirationTimeResponse, ExpirationTimeResponse