public static interface DeleteRecordRequest.Builder extends SageMakerFeatureStoreRuntimeRequest.Builder, SdkPojo, CopyableBuilder<DeleteRecordRequest.Builder,DeleteRecordRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRecordRequest.Builder |
deletionMode(DeletionMode deletionMode)
The name of the deletion mode for deleting the record.
|
DeleteRecordRequest.Builder |
deletionMode(String deletionMode)
The name of the deletion mode for deleting the record.
|
DeleteRecordRequest.Builder |
eventTime(String eventTime)
Timestamp indicating when the deletion event occurred.
|
DeleteRecordRequest.Builder |
featureGroupName(String featureGroupName)
The name or Amazon Resource Name (ARN) of the feature group to delete the record from.
|
DeleteRecordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRecordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteRecordRequest.Builder |
recordIdentifierValueAsString(String recordIdentifierValueAsString)
The value for the
RecordIdentifier that uniquely identifies the record, in string format. |
DeleteRecordRequest.Builder |
targetStores(Collection<TargetStore> targetStores)
A list of stores from which you're deleting the record.
|
DeleteRecordRequest.Builder |
targetStores(TargetStore... targetStores)
A list of stores from which you're deleting the record.
|
DeleteRecordRequest.Builder |
targetStoresWithStrings(Collection<String> targetStores)
A list of stores from which you're deleting the record.
|
DeleteRecordRequest.Builder |
targetStoresWithStrings(String... targetStores)
A list of stores from which you're deleting the record.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRecordRequest.Builder featureGroupName(String featureGroupName)
The name or Amazon Resource Name (ARN) of the feature group to delete the record from.
featureGroupName - The name or Amazon Resource Name (ARN) of the feature group to delete the record from.DeleteRecordRequest.Builder recordIdentifierValueAsString(String recordIdentifierValueAsString)
The value for the RecordIdentifier that uniquely identifies the record, in string format.
recordIdentifierValueAsString - The value for the RecordIdentifier that uniquely identifies the record, in string format.DeleteRecordRequest.Builder eventTime(String eventTime)
Timestamp indicating when the deletion event occurred. EventTime can be used to query data at a
certain point in time.
eventTime - Timestamp indicating when the deletion event occurred. EventTime can be used to query
data at a certain point in time.DeleteRecordRequest.Builder targetStoresWithStrings(Collection<String> targetStores)
A list of stores from which you're deleting the record. By default, Feature Store deletes the record from all
of the stores that you're using for the FeatureGroup.
targetStores - A list of stores from which you're deleting the record. By default, Feature Store deletes the record
from all of the stores that you're using for the FeatureGroup.DeleteRecordRequest.Builder targetStoresWithStrings(String... targetStores)
A list of stores from which you're deleting the record. By default, Feature Store deletes the record from all
of the stores that you're using for the FeatureGroup.
targetStores - A list of stores from which you're deleting the record. By default, Feature Store deletes the record
from all of the stores that you're using for the FeatureGroup.DeleteRecordRequest.Builder targetStores(Collection<TargetStore> targetStores)
A list of stores from which you're deleting the record. By default, Feature Store deletes the record from all
of the stores that you're using for the FeatureGroup.
targetStores - A list of stores from which you're deleting the record. By default, Feature Store deletes the record
from all of the stores that you're using for the FeatureGroup.DeleteRecordRequest.Builder targetStores(TargetStore... targetStores)
A list of stores from which you're deleting the record. By default, Feature Store deletes the record from all
of the stores that you're using for the FeatureGroup.
targetStores - A list of stores from which you're deleting the record. By default, Feature Store deletes the record
from all of the stores that you're using for the FeatureGroup.DeleteRecordRequest.Builder deletionMode(String deletionMode)
The name of the deletion mode for deleting the record. By default, the deletion mode is set to
SoftDelete.
deletionMode - The name of the deletion mode for deleting the record. By default, the deletion mode is set to
SoftDelete.DeletionMode,
DeletionModeDeleteRecordRequest.Builder deletionMode(DeletionMode deletionMode)
The name of the deletion mode for deleting the record. By default, the deletion mode is set to
SoftDelete.
deletionMode - The name of the deletion mode for deleting the record. By default, the deletion mode is set to
SoftDelete.DeletionMode,
DeletionModeDeleteRecordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRecordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.