Interface Record.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Record.Builder,
,Record> SdkBuilder<Record.Builder,
,Record> SdkPojo
- Enclosing class:
Record
@Mutable
@NotThreadSafe
public static interface Record.Builder
extends SdkPojo, CopyableBuilder<Record.Builder,Record>
-
Method Summary
Modifier and TypeMethodDescriptiondeviceLastModifiedDate
(Instant deviceLastModifiedDate) The last modified date of the client device.The key for the record.lastModifiedBy
(String lastModifiedBy) The user/device that made the last change to this record.lastModifiedDate
(Instant lastModifiedDate) The date on which the record was last modified.The server sync count for this record.The value for the record.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 Details
-
key
The key for the record.- Parameters:
key
- The key for the record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value for the record.- Parameters:
value
- The value for the record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
syncCount
The server sync count for this record.- Parameters:
syncCount
- The server sync count for this record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
The date on which the record was last modified.- Parameters:
lastModifiedDate
- The date on which the record was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
The user/device that made the last change to this record.- Parameters:
lastModifiedBy
- The user/device that made the last change to this record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceLastModifiedDate
The last modified date of the client device.- Parameters:
deviceLastModifiedDate
- The last modified date of the client device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-