Interface BatchGetRecordRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetRecordRequest.Builder,BatchGetRecordRequest>,SageMakerFeatureStoreRuntimeRequest.Builder,SdkBuilder<BatchGetRecordRequest.Builder,BatchGetRecordRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetRecordRequest
public static interface BatchGetRecordRequest.Builder extends SageMakerFeatureStoreRuntimeRequest.Builder, SdkPojo, CopyableBuilder<BatchGetRecordRequest.Builder,BatchGetRecordRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetRecordRequest.BuilderexpirationTimeResponse(String expirationTimeResponse)Parameter to requestExpiresAtin response.BatchGetRecordRequest.BuilderexpirationTimeResponse(ExpirationTimeResponse expirationTimeResponse)Parameter to requestExpiresAtin response.BatchGetRecordRequest.Builderidentifiers(Collection<BatchGetRecordIdentifier> identifiers)A list containing the name or Amazon Resource Name (ARN) of theFeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.BatchGetRecordRequest.Builderidentifiers(Consumer<BatchGetRecordIdentifier.Builder>... identifiers)A list containing the name or Amazon Resource Name (ARN) of theFeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.BatchGetRecordRequest.Builderidentifiers(BatchGetRecordIdentifier... identifiers)A list containing the name or Amazon Resource Name (ARN) of theFeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.BatchGetRecordRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetRecordRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.SageMakerFeatureStoreRuntimeRequest.Builder
build
-
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
-
identifiers
BatchGetRecordRequest.Builder identifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.- Parameters:
identifiers- A list containing the name or Amazon Resource Name (ARN) of theFeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifiers
BatchGetRecordRequest.Builder identifiers(BatchGetRecordIdentifier... identifiers)
A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.- Parameters:
identifiers- A list containing the name or Amazon Resource Name (ARN) of theFeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifiers
BatchGetRecordRequest.Builder identifiers(Consumer<BatchGetRecordIdentifier.Builder>... identifiers)
A list containing the name or Amazon Resource Name (ARN) of the
This is a convenience method that creates an instance of theFeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.BatchGetRecordIdentifier.Builderavoiding the need to create one manually viaBatchGetRecordIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#identifiers(List.) - Parameters:
identifiers- a consumer that will call methods onBatchGetRecordIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#identifiers(java.util.Collection)
-
expirationTimeResponse
BatchGetRecordRequest.Builder expirationTimeResponse(String expirationTimeResponse)
Parameter to request
ExpiresAtin response. IfEnabled,BatchGetRecordwill return the value ofExpiresAt, if it is not null. IfDisabledand null,BatchGetRecordwill return null.- Parameters:
expirationTimeResponse- Parameter to requestExpiresAtin response. IfEnabled,BatchGetRecordwill return the value ofExpiresAt, if it is not null. IfDisabledand null,BatchGetRecordwill return null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExpirationTimeResponse,ExpirationTimeResponse
-
expirationTimeResponse
BatchGetRecordRequest.Builder expirationTimeResponse(ExpirationTimeResponse expirationTimeResponse)
Parameter to request
ExpiresAtin response. IfEnabled,BatchGetRecordwill return the value ofExpiresAt, if it is not null. IfDisabledand null,BatchGetRecordwill return null.- Parameters:
expirationTimeResponse- Parameter to requestExpiresAtin response. IfEnabled,BatchGetRecordwill return the value ofExpiresAt, if it is not null. IfDisabledand null,BatchGetRecordwill return null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExpirationTimeResponse,ExpirationTimeResponse
-
overrideConfiguration
BatchGetRecordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetRecordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-