Uses of Interface
software.amazon.awssdk.services.m2.model.VsamAttributes.Builder
-
Packages that use VsamAttributes.Builder Package Description software.amazon.awssdk.services.m2.model -
-
Uses of VsamAttributes.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return VsamAttributes.Builder Modifier and Type Method Description VsamAttributes.BuilderVsamAttributes.Builder. alternateKeys(Collection<AlternateKey> alternateKeys)The alternate key definitions, if any.VsamAttributes.BuilderVsamAttributes.Builder. alternateKeys(Consumer<AlternateKey.Builder>... alternateKeys)The alternate key definitions, if any.VsamAttributes.BuilderVsamAttributes.Builder. alternateKeys(AlternateKey... alternateKeys)The alternate key definitions, if any.static VsamAttributes.BuilderVsamAttributes. builder()VsamAttributes.BuilderVsamAttributes.Builder. compressed(Boolean compressed)Indicates whether indexes for this dataset are stored as compressed values.VsamAttributes.BuilderVsamAttributes.Builder. encoding(String encoding)The character set used by the data set.VsamAttributes.BuilderVsamAttributes.Builder. format(String format)The record format of the data set.default VsamAttributes.BuilderVsamAttributes.Builder. primaryKey(Consumer<PrimaryKey.Builder> primaryKey)The primary key of the data set.VsamAttributes.BuilderVsamAttributes.Builder. primaryKey(PrimaryKey primaryKey)The primary key of the data set.VsamAttributes.BuilderVsamAttributes. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type VsamAttributes.Builder Modifier and Type Method Description static Class<? extends VsamAttributes.Builder>VsamAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type VsamAttributes.Builder Modifier and Type Method Description static DatasetOrgAttributesDatasetOrgAttributes. fromVsam(Consumer<VsamAttributes.Builder> vsam)Create an instance of this class withDatasetOrgAttributes.vsam()initialized to the given value.default DatasetOrgAttributes.BuilderDatasetOrgAttributes.Builder. vsam(Consumer<VsamAttributes.Builder> vsam)The details of a VSAM data set.
-