public static interface PrimaryKey.Builder extends SdkPojo, CopyableBuilder<PrimaryKey.Builder,PrimaryKey>
| Modifier and Type | Method and Description |
|---|---|
PrimaryKey.Builder |
length(Integer length)
A strictly positive integer value representing the length of the primary key.
|
PrimaryKey.Builder |
name(String name)
A name for the Primary Key.
|
PrimaryKey.Builder |
offset(Integer offset)
A positive integer value representing the offset to mark the start of the primary key in the record byte
array.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrimaryKey.Builder length(Integer length)
A strictly positive integer value representing the length of the primary key.
length - A strictly positive integer value representing the length of the primary key.PrimaryKey.Builder name(String name)
A name for the Primary Key.
name - A name for the Primary Key.PrimaryKey.Builder offset(Integer offset)
A positive integer value representing the offset to mark the start of the primary key in the record byte array.
offset - A positive integer value representing the offset to mark the start of the primary key in the record
byte array.Copyright © 2023. All rights reserved.