public static interface BatchGetRecordResponse.Builder extends SageMakerFeatureStoreRuntimeResponse.Builder, SdkPojo, CopyableBuilder<BatchGetRecordResponse.Builder,BatchGetRecordResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordResponse.Builder |
errors(BatchGetRecordError... errors)
A list of errors that have occured when retrieving a batch of Records.
|
BatchGetRecordResponse.Builder |
errors(Collection<BatchGetRecordError> errors)
A list of errors that have occured when retrieving a batch of Records.
|
BatchGetRecordResponse.Builder |
errors(Consumer<BatchGetRecordError.Builder>... errors)
A list of errors that have occured when retrieving a batch of Records.
|
BatchGetRecordResponse.Builder |
records(BatchGetRecordResultDetail... records)
A list of Records you requested to be retrieved in batch.
|
BatchGetRecordResponse.Builder |
records(Collection<BatchGetRecordResultDetail> records)
A list of Records you requested to be retrieved in batch.
|
BatchGetRecordResponse.Builder |
records(Consumer<BatchGetRecordResultDetail.Builder>... records)
A list of Records you requested to be retrieved in batch.
|
BatchGetRecordResponse.Builder |
unprocessedIdentifiers(BatchGetRecordIdentifier... unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
BatchGetRecordResponse.Builder |
unprocessedIdentifiers(Collection<BatchGetRecordIdentifier> unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
BatchGetRecordResponse.Builder |
unprocessedIdentifiers(Consumer<BatchGetRecordIdentifier.Builder>... unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetRecordResponse.Builder records(Collection<BatchGetRecordResultDetail> records)
A list of Records you requested to be retrieved in batch.
records - A list of Records you requested to be retrieved in batch.BatchGetRecordResponse.Builder records(BatchGetRecordResultDetail... records)
A list of Records you requested to be retrieved in batch.
records - A list of Records you requested to be retrieved in batch.BatchGetRecordResponse.Builder records(Consumer<BatchGetRecordResultDetail.Builder>... records)
A list of Records you requested to be retrieved in batch.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #records(List) .records - a consumer that will call methods on List.Builder #records(List) BatchGetRecordResponse.Builder errors(Collection<BatchGetRecordError> errors)
A list of errors that have occured when retrieving a batch of Records.
errors - A list of errors that have occured when retrieving a batch of Records.BatchGetRecordResponse.Builder errors(BatchGetRecordError... errors)
A list of errors that have occured when retrieving a batch of Records.
errors - A list of errors that have occured when retrieving a batch of Records.BatchGetRecordResponse.Builder errors(Consumer<BatchGetRecordError.Builder>... errors)
A list of errors that have occured when retrieving a batch of Records.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) BatchGetRecordResponse.Builder unprocessedIdentifiers(Collection<BatchGetRecordIdentifier> unprocessedIdentifiers)
A unprocessed list of FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name.
unprocessedIdentifiers - A unprocessed list of FeatureGroup names, with their corresponding
RecordIdentifier value, and Feature name.BatchGetRecordResponse.Builder unprocessedIdentifiers(BatchGetRecordIdentifier... unprocessedIdentifiers)
A unprocessed list of FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name.
unprocessedIdentifiers - A unprocessed list of FeatureGroup names, with their corresponding
RecordIdentifier value, and Feature name.BatchGetRecordResponse.Builder unprocessedIdentifiers(Consumer<BatchGetRecordIdentifier.Builder>... unprocessedIdentifiers)
A unprocessed list of FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #unprocessedIdentifiers(List) .unprocessedIdentifiers - a consumer that will call methods on List.Builder #unprocessedIdentifiers(List) Copyright © 2022. All rights reserved.