Interface GetRecordRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetRecordRequest.Builder,GetRecordRequest>, SageMakerFeatureStoreRuntimeRequest.Builder, SdkBuilder<GetRecordRequest.Builder,GetRecordRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetRecordRequest

  • Method Details

    • 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 RecordIdentifier type and uniquely identifies the record in the FeatureGroup.

      Parameters:
      recordIdentifierValueAsString - The value that corresponds to RecordIdentifier type and uniquely identifies the record in the FeatureGroup.
      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 ExpiresAt in response. If Enabled, GetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, GetRecord will return null.

      Parameters:
      expirationTimeResponse - Parameter to request ExpiresAt in response. If Enabled, GetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, GetRecord will return null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • expirationTimeResponse

      GetRecordRequest.Builder expirationTimeResponse(ExpirationTimeResponse expirationTimeResponse)

      Parameter to request ExpiresAt in response. If Enabled, GetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, GetRecord will return null.

      Parameters:
      expirationTimeResponse - Parameter to request ExpiresAt in response. If Enabled, GetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, GetRecord will return null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      GetRecordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.