VsamDetailAttributes.Builder |
VsamDetailAttributes.Builder.alternateKeys(Collection<AlternateKey> alternateKeys) |
The alternate key definitions, if any.
|
VsamDetailAttributes.Builder |
VsamDetailAttributes.Builder.alternateKeys(Consumer<AlternateKey.Builder>... alternateKeys) |
The alternate key definitions, if any.
|
VsamDetailAttributes.Builder |
VsamDetailAttributes.Builder.alternateKeys(AlternateKey... alternateKeys) |
The alternate key definitions, if any.
|
static VsamDetailAttributes.Builder |
VsamDetailAttributes.builder() |
|
VsamDetailAttributes.Builder |
VsamDetailAttributes.Builder.cacheAtStartup(Boolean cacheAtStartup) |
If set to True, enforces loading the data set into cache before it’s used by the application.
|
VsamDetailAttributes.Builder |
VsamDetailAttributes.Builder.compressed(Boolean compressed) |
Indicates whether indexes for this dataset are stored as compressed values.
|
VsamDetailAttributes.Builder |
VsamDetailAttributes.Builder.encoding(String encoding) |
The character set used by the data set.
|
default VsamDetailAttributes.Builder |
VsamDetailAttributes.Builder.primaryKey(Consumer<PrimaryKey.Builder> primaryKey) |
The primary key of the data set.
|
VsamDetailAttributes.Builder |
VsamDetailAttributes.Builder.primaryKey(PrimaryKey primaryKey) |
The primary key of the data set.
|
VsamDetailAttributes.Builder |
VsamDetailAttributes.Builder.recordFormat(String recordFormat) |
The record format of the data set.
|
VsamDetailAttributes.Builder |
VsamDetailAttributes.toBuilder() |
|