public static interface DeleteRecordRequest.Builder extends SageMakerFeatureStoreRuntimeRequest.Builder, SdkPojo, CopyableBuilder<DeleteRecordRequest.Builder,DeleteRecordRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRecordRequest.Builder |
eventTime(String eventTime)
Timestamp indicating when the deletion event occurred.
|
DeleteRecordRequest.Builder |
featureGroupName(String featureGroupName)
The name 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. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRecordRequest.Builder featureGroupName(String featureGroupName)
The name of the feature group to delete the record from.
featureGroupName - The name 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRecordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.