Interface BatchGetRecordIdentifier.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetRecordIdentifier.Builder,
,BatchGetRecordIdentifier> SdkBuilder<BatchGetRecordIdentifier.Builder,
,BatchGetRecordIdentifier> SdkPojo
- Enclosing class:
BatchGetRecordIdentifier
@Mutable
@NotThreadSafe
public static interface BatchGetRecordIdentifier.Builder
extends SdkPojo, CopyableBuilder<BatchGetRecordIdentifier.Builder,BatchGetRecordIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionfeatureGroupName
(String featureGroupName) The name or Amazon Resource Name (ARN) of theFeatureGroup
containing the records you are retrieving in a batch.featureNames
(String... featureNames) List of names of Features to be retrieved.featureNames
(Collection<String> featureNames) List of names of Features to be retrieved.recordIdentifiersValueAsString
(String... recordIdentifiersValueAsString) The value for a list of record identifiers in string format.recordIdentifiersValueAsString
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
featureGroupName
The name or Amazon Resource Name (ARN) of the
FeatureGroup
containing the records you are retrieving in a batch.- Parameters:
featureGroupName
- The name or Amazon Resource Name (ARN) of theFeatureGroup
containing 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
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
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.
-