public static interface AlternateKey.Builder extends SdkPojo, CopyableBuilder<AlternateKey.Builder,AlternateKey>
| Modifier and Type | Method and Description |
|---|---|
AlternateKey.Builder |
allowDuplicates(Boolean allowDuplicates)
Indicates whether the alternate key values are supposed to be unique for the given data set.
|
AlternateKey.Builder |
length(Integer length)
A strictly positive integer value representing the length of the alternate key.
|
AlternateKey.Builder |
name(String name)
The name of the alternate key.
|
AlternateKey.Builder |
offset(Integer offset)
A positive integer value representing the offset to mark the start of the alternate key part in the record
byte array.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlternateKey.Builder allowDuplicates(Boolean allowDuplicates)
Indicates whether the alternate key values are supposed to be unique for the given data set.
allowDuplicates - Indicates whether the alternate key values are supposed to be unique for the given data set.AlternateKey.Builder length(Integer length)
A strictly positive integer value representing the length of the alternate key.
length - A strictly positive integer value representing the length of the alternate key.AlternateKey.Builder name(String name)
The name of the alternate key.
name - The name of the alternate key.AlternateKey.Builder offset(Integer offset)
A positive integer value representing the offset to mark the start of the alternate key part in the record byte array.
offset - A positive integer value representing the offset to mark the start of the alternate key part in the
record byte array.Copyright © 2023. All rights reserved.