Interface BatchGetRecordResultDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetRecordResultDetail.Builder,
,BatchGetRecordResultDetail> SdkBuilder<BatchGetRecordResultDetail.Builder,
,BatchGetRecordResultDetail> SdkPojo
- Enclosing class:
BatchGetRecordResultDetail
public static interface BatchGetRecordResultDetail.Builder
extends SdkPojo, CopyableBuilder<BatchGetRecordResultDetail.Builder,BatchGetRecordResultDetail>
-
Method Summary
Modifier and TypeMethodDescriptionTheExpiresAt
ISO string of the requested record.featureGroupName
(String featureGroupName) TheFeatureGroupName
containing Records you retrieved in a batch.record
(Collection<FeatureValue> record) TheRecord
retrieved.record
(Consumer<FeatureValue.Builder>... record) TheRecord
retrieved.record
(FeatureValue... record) TheRecord
retrieved.recordIdentifierValueAsString
(String recordIdentifierValueAsString) The value of the record identifier in string format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
featureGroupName
The
FeatureGroupName
containing Records you retrieved in a batch.- Parameters:
featureGroupName
- TheFeatureGroupName
containing Records you retrieved in a batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordIdentifierValueAsString
BatchGetRecordResultDetail.Builder recordIdentifierValueAsString(String recordIdentifierValueAsString) The value of the record identifier in string format.
- Parameters:
recordIdentifierValueAsString
- The value of the record identifier in string format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
record
The
Record
retrieved.- Parameters:
record
- TheRecord
retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
record
The
Record
retrieved.- Parameters:
record
- TheRecord
retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
record
The
This is a convenience method that creates an instance of theRecord
retrieved.FeatureValue.Builder
avoiding the need to create one manually viaFeatureValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torecord(List<FeatureValue>)
.- Parameters:
record
- a consumer that will call methods onFeatureValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
expiresAt
The
ExpiresAt
ISO string of the requested record.- Parameters:
expiresAt
- TheExpiresAt
ISO string of the requested record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-