public static interface BatchGetRecordResultDetail.Builder extends SdkPojo, CopyableBuilder<BatchGetRecordResultDetail.Builder,BatchGetRecordResultDetail>
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordResultDetail.Builder |
expiresAt(String expiresAt)
The
ExpiresAt ISO string of the requested record. |
BatchGetRecordResultDetail.Builder |
featureGroupName(String featureGroupName)
The
FeatureGroupName containing Records you retrieved in a batch. |
BatchGetRecordResultDetail.Builder |
record(Collection<FeatureValue> record)
The
Record retrieved. |
BatchGetRecordResultDetail.Builder |
record(Consumer<FeatureValue.Builder>... record)
The
Record retrieved. |
BatchGetRecordResultDetail.Builder |
record(FeatureValue... record)
The
Record retrieved. |
BatchGetRecordResultDetail.Builder |
recordIdentifierValueAsString(String recordIdentifierValueAsString)
The value of the record identifier in string format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetRecordResultDetail.Builder featureGroupName(String featureGroupName)
The FeatureGroupName containing Records you retrieved in a batch.
featureGroupName - The FeatureGroupName containing Records you retrieved in a batch.BatchGetRecordResultDetail.Builder recordIdentifierValueAsString(String recordIdentifierValueAsString)
The value of the record identifier in string format.
recordIdentifierValueAsString - The value of the record identifier in string format.BatchGetRecordResultDetail.Builder record(Collection<FeatureValue> record)
The Record retrieved.
record - The Record retrieved.BatchGetRecordResultDetail.Builder record(FeatureValue... record)
The Record retrieved.
record - The Record retrieved.BatchGetRecordResultDetail.Builder record(Consumer<FeatureValue.Builder>... record)
The Record retrieved.
FeatureValue.Builder avoiding the
need to create one manually via
FeatureValue.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #record(List.
record - a consumer that will call methods on
FeatureValue.Builder#record(java.util.Collection) BatchGetRecordResultDetail.Builder expiresAt(String expiresAt)
The ExpiresAt ISO string of the requested record.
expiresAt - The ExpiresAt ISO string of the requested record.Copyright © 2023. All rights reserved.