| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
VsamAttributes.Builder |
VsamAttributes.Builder.alternateKeys(AlternateKey... alternateKeys)
The alternate key definitions, if any.
|
VsamAttributes.Builder |
VsamAttributes.Builder.alternateKeys(Collection<AlternateKey> alternateKeys)
The alternate key definitions, if any.
|
VsamAttributes.Builder |
VsamAttributes.Builder.alternateKeys(Consumer<AlternateKey.Builder>... alternateKeys)
The alternate key definitions, if any.
|
static VsamAttributes.Builder |
VsamAttributes.builder() |
VsamAttributes.Builder |
VsamAttributes.Builder.compressed(Boolean compressed)
Indicates whether indexes for this dataset are stored as compressed values.
|
VsamAttributes.Builder |
VsamAttributes.Builder.encoding(String encoding)
The character set used by the data set.
|
VsamAttributes.Builder |
VsamAttributes.Builder.format(String format)
The record format of the data set.
|
default VsamAttributes.Builder |
VsamAttributes.Builder.primaryKey(Consumer<PrimaryKey.Builder> primaryKey)
The primary key of the data set.
|
VsamAttributes.Builder |
VsamAttributes.Builder.primaryKey(PrimaryKey primaryKey)
The primary key of the data set.
|
VsamAttributes.Builder |
VsamAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VsamAttributes.Builder> |
VsamAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static DatasetOrgAttributes |
DatasetOrgAttributes.fromVsam(Consumer<VsamAttributes.Builder> vsam)
Create an instance of this class with
DatasetOrgAttributes.vsam() initialized to the given value. |
default DatasetOrgAttributes.Builder |
DatasetOrgAttributes.Builder.vsam(Consumer<VsamAttributes.Builder> vsam)
The details of a VSAM data set.
|
Copyright © 2023. All rights reserved.