Interface BatchGetRecordIdentifier.Builder

  • Method Details

    • featureGroupName

      BatchGetRecordIdentifier.Builder featureGroupName(String featureGroupName)

      The name or Amazon Resource Name (ARN) of the FeatureGroup containing the records you are retrieving in a batch.

      Parameters:
      featureGroupName - The name or Amazon Resource Name (ARN) of the FeatureGroup containing the records you are retrieving in a batch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recordIdentifiersValueAsString

      BatchGetRecordIdentifier.Builder recordIdentifiersValueAsString(Collection<String> recordIdentifiersValueAsString)

      The value for a list of record identifiers in string format.

      Parameters:
      recordIdentifiersValueAsString - The value for a list of record identifiers in string format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recordIdentifiersValueAsString

      BatchGetRecordIdentifier.Builder recordIdentifiersValueAsString(String... recordIdentifiersValueAsString)

      The value for a list of record identifiers in string format.

      Parameters:
      recordIdentifiersValueAsString - The value for a list of record identifiers in string format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • featureNames

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

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