public static interface BatchGetRecordError.Builder extends SdkPojo, CopyableBuilder<BatchGetRecordError.Builder,BatchGetRecordError>
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordError.Builder |
errorCode(String errorCode)
The error code of an error that has occured when attempting to retrieve a batch of Records.
|
BatchGetRecordError.Builder |
errorMessage(String errorMessage)
The error message of an error that has occured when attempting to retrieve a record in the batch.
|
BatchGetRecordError.Builder |
featureGroupName(String featureGroupName)
The name of the feature group that the record belongs to.
|
BatchGetRecordError.Builder |
recordIdentifierValueAsString(String recordIdentifierValueAsString)
The value for the
RecordIdentifier in string format of a Record from a FeatureGroup
that is causing an error when attempting to be retrieved. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetRecordError.Builder featureGroupName(String featureGroupName)
The name of the feature group that the record belongs to.
featureGroupName - The name of the feature group that the record belongs to.BatchGetRecordError.Builder recordIdentifierValueAsString(String recordIdentifierValueAsString)
The value for the RecordIdentifier in string format of a Record from a FeatureGroup
that is causing an error when attempting to be retrieved.
recordIdentifierValueAsString - The value for the RecordIdentifier in string format of a Record from a
FeatureGroup that is causing an error when attempting to be retrieved.BatchGetRecordError.Builder errorCode(String errorCode)
The error code of an error that has occured when attempting to retrieve a batch of Records. For more information on errors, see Errors.
errorCode - The error code of an error that has occured when attempting to retrieve a batch of Records. For more
information on errors, see Errors.BatchGetRecordError.Builder errorMessage(String errorMessage)
The error message of an error that has occured when attempting to retrieve a record in the batch.
errorMessage - The error message of an error that has occured when attempting to retrieve a record in the batch.Copyright © 2021. All rights reserved.