public static interface BatchGetRecordIdentifier.Builder extends SdkPojo, CopyableBuilder<BatchGetRecordIdentifier.Builder,BatchGetRecordIdentifier>
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordIdentifier.Builder |
featureGroupName(String featureGroupName)
A
FeatureGroupName containing Records you are retrieving in a batch. |
BatchGetRecordIdentifier.Builder |
featureNames(Collection<String> featureNames)
List of names of Features to be retrieved.
|
BatchGetRecordIdentifier.Builder |
featureNames(String... featureNames)
List of names of Features to be retrieved.
|
BatchGetRecordIdentifier.Builder |
recordIdentifiersValueAsString(Collection<String> recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
|
BatchGetRecordIdentifier.Builder |
recordIdentifiersValueAsString(String... recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetRecordIdentifier.Builder featureGroupName(String featureGroupName)
A FeatureGroupName containing Records you are retrieving in a batch.
featureGroupName - A FeatureGroupName containing Records you are retrieving in a batch.BatchGetRecordIdentifier.Builder recordIdentifiersValueAsString(Collection<String> recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
recordIdentifiersValueAsString - The value for a list of record identifiers in string format.BatchGetRecordIdentifier.Builder recordIdentifiersValueAsString(String... recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
recordIdentifiersValueAsString - The value for a list of record identifiers in string format.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.
featureNames - List of names of Features to be retrieved. If not specified, the latest value for all the Features are
returned.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.
featureNames - List of names of Features to be retrieved. If not specified, the latest value for all the Features are
returned.Copyright © 2022. All rights reserved.