Interface RecordLength.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecordLength.Builder,
,RecordLength> SdkBuilder<RecordLength.Builder,
,RecordLength> SdkPojo
- Enclosing class:
RecordLength
@Mutable
@NotThreadSafe
public static interface RecordLength.Builder
extends SdkPojo, CopyableBuilder<RecordLength.Builder,RecordLength>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum record length.The minimum record length of a 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
-
max
The maximum record length. In case of fixed, both minimum and maximum are the same.
- Parameters:
max
- The maximum record length. In case of fixed, both minimum and maximum are the same.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
min
The minimum record length of a record.
- Parameters:
min
- The minimum record length of a record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-