public static interface BatchGetRecordRequest.Builder extends SageMakerFeatureStoreRuntimeRequest.Builder, SdkPojo, CopyableBuilder<BatchGetRecordRequest.Builder,BatchGetRecordRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordRequest.Builder |
identifiers(BatchGetRecordIdentifier... identifiers)
A list of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
BatchGetRecordRequest.Builder |
identifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
BatchGetRecordRequest.Builder |
identifiers(Consumer<BatchGetRecordIdentifier.Builder>... identifiers)
A list of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
BatchGetRecordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetRecordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetRecordRequest.Builder identifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list of FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch.
identifiers - A list of FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name that have been requested to be retrieved in batch.BatchGetRecordRequest.Builder identifiers(BatchGetRecordIdentifier... identifiers)
A list of FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch.
identifiers - A list of FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name that have been requested to be retrieved in batch.BatchGetRecordRequest.Builder identifiers(Consumer<BatchGetRecordIdentifier.Builder>... identifiers)
A list of FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch.
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 #identifiers(List) .identifiers - a consumer that will call methods on List.Builder #identifiers(List) BatchGetRecordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetRecordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.