Interface GetRecordRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRecordRequest.Builder,GetRecordRequest>,SageMakerFeatureStoreRuntimeRequest.Builder,SdkBuilder<GetRecordRequest.Builder,GetRecordRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetRecordRequest
public static interface GetRecordRequest.Builder extends SageMakerFeatureStoreRuntimeRequest.Builder, SdkPojo, CopyableBuilder<GetRecordRequest.Builder,GetRecordRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRecordRequest.BuilderexpirationTimeResponse(String expirationTimeResponse)Parameter to requestExpiresAtin response.GetRecordRequest.BuilderexpirationTimeResponse(ExpirationTimeResponse expirationTimeResponse)Parameter to requestExpiresAtin response.GetRecordRequest.BuilderfeatureGroupName(String featureGroupName)The name or Amazon Resource Name (ARN) of the feature group from which you want to retrieve a record.GetRecordRequest.BuilderfeatureNames(String... featureNames)List of names of Features to be retrieved.GetRecordRequest.BuilderfeatureNames(Collection<String> featureNames)List of names of Features to be retrieved.GetRecordRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRecordRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRecordRequest.BuilderrecordIdentifierValueAsString(String recordIdentifierValueAsString)The value that corresponds toRecordIdentifiertype and uniquely identifies the record in theFeatureGroup.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
featureGroupName
GetRecordRequest.Builder featureGroupName(String featureGroupName)
The name or Amazon Resource Name (ARN) of the feature group from which you want to retrieve a record.
- Parameters:
featureGroupName- The name or Amazon Resource Name (ARN) of the feature group from which you want to retrieve a record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordIdentifierValueAsString
GetRecordRequest.Builder recordIdentifierValueAsString(String recordIdentifierValueAsString)
The value that corresponds to
RecordIdentifiertype and uniquely identifies the record in theFeatureGroup.- Parameters:
recordIdentifierValueAsString- The value that corresponds toRecordIdentifiertype and uniquely identifies the record in theFeatureGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureNames
GetRecordRequest.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
GetRecordRequest.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.
-
expirationTimeResponse
GetRecordRequest.Builder expirationTimeResponse(String expirationTimeResponse)
Parameter to request
ExpiresAtin response. IfEnabled,GetRecordwill return the value ofExpiresAt, if it is not null. IfDisabledand null,GetRecordwill return null.- Parameters:
expirationTimeResponse- Parameter to requestExpiresAtin response. IfEnabled,GetRecordwill return the value ofExpiresAt, if it is not null. IfDisabledand null,GetRecordwill return null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExpirationTimeResponse,ExpirationTimeResponse
-
expirationTimeResponse
GetRecordRequest.Builder expirationTimeResponse(ExpirationTimeResponse expirationTimeResponse)
Parameter to request
ExpiresAtin response. IfEnabled,GetRecordwill return the value ofExpiresAt, if it is not null. IfDisabledand null,GetRecordwill return null.- Parameters:
expirationTimeResponse- Parameter to requestExpiresAtin response. IfEnabled,GetRecordwill return the value ofExpiresAt, if it is not null. IfDisabledand null,GetRecordwill return null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExpirationTimeResponse,ExpirationTimeResponse
-
overrideConfiguration
GetRecordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetRecordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-