primaryKey
The primary key of the data set.
- Parameters:
primaryKey
- The primary key of the data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
Buildable
, CopyableBuilder<VsamAttributes.Builder,VsamAttributes>
, SdkBuilder<VsamAttributes.Builder,VsamAttributes>
, SdkPojo
VsamAttributes
alternateKeys(Collection<AlternateKey> alternateKeys)
alternateKeys(Consumer<AlternateKey.Builder>... alternateKeys)
alternateKeys(AlternateKey... alternateKeys)
compressed(Boolean compressed)
default VsamAttributes.Builder
primaryKey(Consumer<PrimaryKey.Builder> primaryKey)
primaryKey(PrimaryKey primaryKey)
copy
applyMutation, build
equalsBySdkFields, sdkFieldNameToField, sdkFields
The alternate key definitions, if any. A legacy dataset might not have any alternate key defined, but if those alternate keys definitions exist, provide them as some applications will make use of them.
alternateKeys
- The alternate key definitions, if any. A legacy dataset might not have any alternate key defined, but
if those alternate keys definitions exist, provide them as some applications will make use of them.The alternate key definitions, if any. A legacy dataset might not have any alternate key defined, but if those alternate keys definitions exist, provide them as some applications will make use of them.
alternateKeys
- The alternate key definitions, if any. A legacy dataset might not have any alternate key defined, but
if those alternate keys definitions exist, provide them as some applications will make use of them.The alternate key definitions, if any. A legacy dataset might not have any alternate key defined, but if those alternate keys definitions exist, provide them as some applications will make use of them.
This is a convenience method that creates an instance of theAlternateKey.Builder
avoiding the need to create one
manually via AlternateKey.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and its
result is passed to alternateKeys(List<AlternateKey>)
.
alternateKeys
- a consumer that will call methods on
AlternateKey.Builder
Indicates whether indexes for this dataset are stored as compressed values. If you have a large data set (typically > 100 Mb), consider setting this flag to True.
compressed
- Indicates whether indexes for this dataset are stored as compressed values. If you have a large data
set (typically > 100 Mb), consider setting this flag to True.The character set used by the data set. Can be ASCII, EBCDIC, or unknown.
encoding
- The character set used by the data set. Can be ASCII, EBCDIC, or unknown.The record format of the data set.
format
- The record format of the data set.The primary key of the data set.
primaryKey
- The primary key of the data set.The primary key of the data set.
This is a convenience method that creates an instance of thePrimaryKey.Builder
avoiding the need to
create one manually via PrimaryKey.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to primaryKey(PrimaryKey)
.
primaryKey
- a consumer that will call methods on PrimaryKey.Builder