public static interface DatasetOrgAttributes.Builder extends SdkPojo, CopyableBuilder<DatasetOrgAttributes.Builder,DatasetOrgAttributes>
| Modifier and Type | Method and Description |
|---|---|
default DatasetOrgAttributes.Builder |
gdg(Consumer<GdgAttributes.Builder> gdg)
The generation data group of the data set.
|
DatasetOrgAttributes.Builder |
gdg(GdgAttributes gdg)
The generation data group of the data set.
|
default DatasetOrgAttributes.Builder |
vsam(Consumer<VsamAttributes.Builder> vsam)
The details of a VSAM data set.
|
DatasetOrgAttributes.Builder |
vsam(VsamAttributes vsam)
The details of a VSAM data set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetOrgAttributes.Builder gdg(GdgAttributes gdg)
The generation data group of the data set.
gdg - The generation data group of the data set.default DatasetOrgAttributes.Builder gdg(Consumer<GdgAttributes.Builder> gdg)
The generation data group of the data set.
This is a convenience method that creates an instance of theGdgAttributes.Builder avoiding the need
to create one manually via GdgAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to gdg(GdgAttributes).
gdg - a consumer that will call methods on GdgAttributes.Buildergdg(GdgAttributes)DatasetOrgAttributes.Builder vsam(VsamAttributes vsam)
The details of a VSAM data set.
vsam - The details of a VSAM data set.default DatasetOrgAttributes.Builder vsam(Consumer<VsamAttributes.Builder> vsam)
The details of a VSAM data set.
This is a convenience method that creates an instance of theVsamAttributes.Builder avoiding the need
to create one manually via VsamAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vsam(VsamAttributes).
vsam - a consumer that will call methods on VsamAttributes.Buildervsam(VsamAttributes)Copyright © 2023. All rights reserved.