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 occurred when retrieving a batch of Records.
|
BatchGetRecordResponse.Builder |
errors(Collection<BatchGetRecordError> errors)
A list of errors that have occurred when retrieving a batch of Records.
|
BatchGetRecordResponse.Builder |
errors(Consumer<BatchGetRecordError.Builder>... errors)
A list of errors that have occurred 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 theBatchGetRecordResultDetail.Builder
avoiding the need to create one manually via
BatchGetRecordResultDetail.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #records(List.
records - a consumer that will call methods on
BatchGetRecordResultDetail.Builder#records(java.util.Collection) BatchGetRecordResponse.Builder errors(Collection<BatchGetRecordError> errors)
A list of errors that have occurred when retrieving a batch of Records.
errors - A list of errors that have occurred when retrieving a batch of Records.BatchGetRecordResponse.Builder errors(BatchGetRecordError... errors)
A list of errors that have occurred when retrieving a batch of Records.
errors - A list of errors that have occurred when retrieving a batch of Records.BatchGetRecordResponse.Builder errors(Consumer<BatchGetRecordError.Builder>... errors)
A list of errors that have occurred when retrieving a batch of Records.
This is a convenience method that creates an instance of theBatchGetRecordError.Builder
avoiding the need to create one manually via
BatchGetRecordError.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchGetRecordError.Builder#errors(java.util.Collection) 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.
BatchGetRecordIdentifier.Builder
avoiding the need to create one manually via
BatchGetRecordIdentifier.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #unprocessedIdentifiers(List.
unprocessedIdentifiers - a consumer that will call methods on
BatchGetRecordIdentifier.Builder#unprocessedIdentifiers(java.util.Collection) Copyright © 2022. All rights reserved.