| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
static PrimaryKey.Builder |
PrimaryKey.builder() |
PrimaryKey.Builder |
PrimaryKey.Builder.length(Integer length)
A strictly positive integer value representing the length of the primary key.
|
PrimaryKey.Builder |
PrimaryKey.Builder.name(String name)
A name for the Primary Key.
|
PrimaryKey.Builder |
PrimaryKey.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.Builder |
PrimaryKey.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PrimaryKey.Builder> |
PrimaryKey.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default VsamDetailAttributes.Builder |
VsamDetailAttributes.Builder.primaryKey(Consumer<PrimaryKey.Builder> primaryKey)
The primary key of the data set.
|
default VsamAttributes.Builder |
VsamAttributes.Builder.primaryKey(Consumer<PrimaryKey.Builder> primaryKey)
The primary key of the data set.
|
Copyright © 2023. All rights reserved.