Interface PutRecordResponse.Builder

  • Method Details

    • recordId

      PutRecordResponse.Builder recordId(String recordId)

      The ID of the record.

      Parameters:
      recordId - The ID of the record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encrypted

      PutRecordResponse.Builder encrypted(Boolean encrypted)

      Indicates whether server-side encryption (SSE) was enabled during this operation.

      Parameters:
      encrypted - Indicates whether server-side encryption (SSE) was enabled during this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.