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