public static interface DatasetDetailOrgAttributes.Builder extends SdkPojo, CopyableBuilder<DatasetDetailOrgAttributes.Builder,DatasetDetailOrgAttributes>
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 po(PoDetailAttributes po)
The details of a PO type data set.
po - The details of a PO type data set.default DatasetDetailOrgAttributes.Builder po(Consumer<PoDetailAttributes.Builder> po)
The details of a PO type data set.
This is a convenience method that creates an instance of thePoDetailAttributes.Builder avoiding the
need to create one manually via PoDetailAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to po(PoDetailAttributes).
po - a consumer that will call methods on PoDetailAttributes.Builderpo(PoDetailAttributes)DatasetDetailOrgAttributes.Builder ps(PsDetailAttributes ps)
The details of a PS type data set.
ps - The details of a PS type data set.default DatasetDetailOrgAttributes.Builder ps(Consumer<PsDetailAttributes.Builder> ps)
The details of a PS type data set.
This is a convenience method that creates an instance of thePsDetailAttributes.Builder avoiding the
need to create one manually via PsDetailAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ps(PsDetailAttributes).
ps - a consumer that will call methods on PsDetailAttributes.Builderps(PsDetailAttributes)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.