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 containing the name or Amazon Resource Name (ARN) of the
FeatureGroup, the list of names
of Features to be retrieved, and the corresponding RecordIdentifier values as
strings. |
BatchGetRecordRequest.Builder |
identifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup, the list of names
of Features to be retrieved, and the corresponding RecordIdentifier values as
strings. |
BatchGetRecordRequest.Builder |
identifiers(Consumer<BatchGetRecordIdentifier.Builder>... identifiers)
A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup, the list of names
of Features to be retrieved, and the corresponding RecordIdentifier values as
strings. |
BatchGetRecordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetRecordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetRecordRequest.Builder identifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup, the list of names
of Features to be retrieved, and the corresponding RecordIdentifier values as
strings.
identifiers - A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup, the list of
names of Features to be retrieved, and the corresponding RecordIdentifier
values as strings.BatchGetRecordRequest.Builder identifiers(BatchGetRecordIdentifier... identifiers)
A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup, the list of names
of Features to be retrieved, and the corresponding RecordIdentifier values as
strings.
identifiers - A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup, the list of
names of Features to be retrieved, and the corresponding RecordIdentifier
values as strings.BatchGetRecordRequest.Builder identifiers(Consumer<BatchGetRecordIdentifier.Builder>... identifiers)
A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup, the list of names
of Features to be retrieved, and the corresponding RecordIdentifier values as
strings.
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.