Interface BatchGetRecordRequest.Builder

    • 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 of Features to be retrieved, and the corresponding RecordIdentifier values as strings.

        Parameters:
        identifiers - A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup, the list of names of Features to be retrieved, and the corresponding RecordIdentifier values 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 of Features to be retrieved, and the corresponding RecordIdentifier values as strings.

        Parameters:
        identifiers - A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup, the list of names of Features to be retrieved, and the corresponding RecordIdentifier values as strings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expirationTimeResponse

        BatchGetRecordRequest.Builder expirationTimeResponse​(String expirationTimeResponse)

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

        Parameters:
        expirationTimeResponse - Parameter to request ExpiresAt in response. If Enabled, BatchGetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, BatchGetRecord will 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 ExpiresAt in response. If Enabled, BatchGetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, BatchGetRecord will return null.

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