Interface BatchGetRecordIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetRecordIdentifier.Builder,BatchGetRecordIdentifier>,SdkBuilder<BatchGetRecordIdentifier.Builder,BatchGetRecordIdentifier>,SdkPojo
- Enclosing class:
- BatchGetRecordIdentifier
public static interface BatchGetRecordIdentifier.Builder extends SdkPojo, CopyableBuilder<BatchGetRecordIdentifier.Builder,BatchGetRecordIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetRecordIdentifier.BuilderfeatureGroupName(String featureGroupName)The name or Amazon Resource Name (ARN) of theFeatureGroupcontaining the records you are retrieving in a batch.BatchGetRecordIdentifier.BuilderfeatureNames(String... featureNames)List of names of Features to be retrieved.BatchGetRecordIdentifier.BuilderfeatureNames(Collection<String> featureNames)List of names of Features to be retrieved.BatchGetRecordIdentifier.BuilderrecordIdentifiersValueAsString(String... recordIdentifiersValueAsString)The value for a list of record identifiers in string format.BatchGetRecordIdentifier.BuilderrecordIdentifiersValueAsString(Collection<String> recordIdentifiersValueAsString)The value for a list of record identifiers 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 Detail
-
featureGroupName
BatchGetRecordIdentifier.Builder featureGroupName(String featureGroupName)
The name or Amazon Resource Name (ARN) of the
FeatureGroupcontaining the records you are retrieving in a batch.- Parameters:
featureGroupName- The name or Amazon Resource Name (ARN) of theFeatureGroupcontaining the records you are retrieving in a batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordIdentifiersValueAsString
BatchGetRecordIdentifier.Builder recordIdentifiersValueAsString(Collection<String> recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
- Parameters:
recordIdentifiersValueAsString- The value for a list of record identifiers in string format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordIdentifiersValueAsString
BatchGetRecordIdentifier.Builder recordIdentifiersValueAsString(String... recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
- Parameters:
recordIdentifiersValueAsString- The value for a list of record identifiers in string format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureNames
BatchGetRecordIdentifier.Builder featureNames(Collection<String> featureNames)
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
- Parameters:
featureNames- List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureNames
BatchGetRecordIdentifier.Builder featureNames(String... featureNames)
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
- Parameters:
featureNames- List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-