public static interface RecordLength.Builder extends SdkPojo, CopyableBuilder<RecordLength.Builder,RecordLength>
| Modifier and Type | Method and Description |
|---|---|
RecordLength.Builder |
max(Integer max)
The maximum record length.
|
RecordLength.Builder |
min(Integer min)
The minimum record length of a record.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecordLength.Builder max(Integer max)
The maximum record length. In case of fixed, both minimum and maximum are the same.
max - The maximum record length. In case of fixed, both minimum and maximum are the same.RecordLength.Builder min(Integer min)
The minimum record length of a record.
min - The minimum record length of a record.Copyright © 2023. All rights reserved.