| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
VsamDetailAttributes.Builder |
VsamDetailAttributes.Builder.alternateKeys(AlternateKey... alternateKeys)
The alternate key definitions, if any.
|
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.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VsamDetailAttributes.Builder> |
VsamDetailAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static DatasetDetailOrgAttributes |
DatasetDetailOrgAttributes.fromVsam(Consumer<VsamDetailAttributes.Builder> vsam)
Create an instance of this class with
DatasetDetailOrgAttributes.vsam() initialized to the given value. |
default DatasetDetailOrgAttributes.Builder |
DatasetDetailOrgAttributes.Builder.vsam(Consumer<VsamDetailAttributes.Builder> vsam)
The details of a VSAM data set.
|
Copyright © 2023. All rights reserved.