public static interface BatchGetRecordRequest.Builder extends SageMakerFeatureStoreRuntimeRequest.Builder, SdkPojo, CopyableBuilder<BatchGetRecordRequest.Builder,BatchGetRecordRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordRequest.Builder |
expirationTimeResponse(ExpirationTimeResponse expirationTimeResponse)
Parameter to request
ExpiresAt in response. |
BatchGetRecordRequest.Builder |
expirationTimeResponse(String expirationTimeResponse)
Parameter to request
ExpiresAt in response. |
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.
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 #identifiers(List.
identifiers - a consumer that will call methods on
BatchGetRecordIdentifier.Builder#identifiers(java.util.Collection) BatchGetRecordRequest.Builder expirationTimeResponse(String expirationTimeResponse)
Parameter to request ExpiresAt in response. If Enabled, BatchGetRecord
will return the value of ExpiresAt, if it is not null. If Disabled and null,
BatchGetRecord will return null.
expirationTimeResponse - Parameter to request ExpiresAt in response. If Enabled,
BatchGetRecord will return the value of ExpiresAt, if it is not null. If
Disabled and null, BatchGetRecord will return null.ExpirationTimeResponse,
ExpirationTimeResponseBatchGetRecordRequest.Builder expirationTimeResponse(ExpirationTimeResponse expirationTimeResponse)
Parameter to request ExpiresAt in response. If Enabled, BatchGetRecord
will return the value of ExpiresAt, if it is not null. If Disabled and null,
BatchGetRecord will return null.
expirationTimeResponse - Parameter to request ExpiresAt in response. If Enabled,
BatchGetRecord will return the value of ExpiresAt, if it is not null. If
Disabled and null, BatchGetRecord will return null.ExpirationTimeResponse,
ExpirationTimeResponseBatchGetRecordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetRecordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.