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 TypeMethodDescriptionTheExpiresAtISO string of the requested record.featureGroupName(String featureGroupName) TheFeatureGroupNamecontaining Records you retrieved in a batch.record(Collection<FeatureValue> record) TheRecordretrieved.record(Consumer<FeatureValue.Builder>... record) TheRecordretrieved.record(FeatureValue... record) TheRecordretrieved.recordIdentifierValueAsString(String recordIdentifierValueAsString) The value of the record identifier in string format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
featureGroupName
The
FeatureGroupNamecontaining Records you retrieved in a batch.- Parameters:
 featureGroupName- TheFeatureGroupNamecontaining 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
Recordretrieved.- Parameters:
 record- TheRecordretrieved.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
record
The
Recordretrieved.- Parameters:
 record- TheRecordretrieved.- 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 theRecordretrieved.FeatureValue.Builderavoiding the need to create one manually viaFeatureValue.builder().When the
Consumercompletes,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
ExpiresAtISO string of the requested record.- Parameters:
 expiresAt- TheExpiresAtISO string of the requested record.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -