Uses of Interface
software.amazon.awssdk.services.m2.model.PrimaryKey.Builder
-
Packages that use PrimaryKey.Builder Package Description software.amazon.awssdk.services.m2.model -
-
Uses of PrimaryKey.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return PrimaryKey.Builder Modifier and Type Method Description static PrimaryKey.BuilderPrimaryKey. builder()PrimaryKey.BuilderPrimaryKey.Builder. length(Integer length)A strictly positive integer value representing the length of the primary key.PrimaryKey.BuilderPrimaryKey.Builder. name(String name)A name for the Primary Key.PrimaryKey.BuilderPrimaryKey.Builder. offset(Integer offset)A positive integer value representing the offset to mark the start of the primary key in the record byte array.PrimaryKey.BuilderPrimaryKey. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type PrimaryKey.Builder Modifier and Type Method Description static Class<? extends PrimaryKey.Builder>PrimaryKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type PrimaryKey.Builder Modifier and Type Method Description default VsamAttributes.BuilderVsamAttributes.Builder. primaryKey(Consumer<PrimaryKey.Builder> primaryKey)The primary key of the data set.default VsamDetailAttributes.BuilderVsamDetailAttributes.Builder. primaryKey(Consumer<PrimaryKey.Builder> primaryKey)The primary key of the data set.
-