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 |
po(Consumer<PoAttributes.Builder> po)
The details of a PO type data set.
|
DatasetOrgAttributes.Builder |
po(PoAttributes po)
The details of a PO type data set.
|
default DatasetOrgAttributes.Builder |
ps(Consumer<PsAttributes.Builder> ps)
The details of a PS type data set.
|
DatasetOrgAttributes.Builder |
ps(PsAttributes ps)
The details of a PS type 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 po(PoAttributes po)
The details of a PO type data set.
po - The details of a PO type data set.default DatasetOrgAttributes.Builder po(Consumer<PoAttributes.Builder> po)
The details of a PO type data set.
This is a convenience method that creates an instance of thePoAttributes.Builder avoiding the need
to create one manually via PoAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to po(PoAttributes).
po - a consumer that will call methods on PoAttributes.Builderpo(PoAttributes)DatasetOrgAttributes.Builder ps(PsAttributes ps)
The details of a PS type data set.
ps - The details of a PS type data set.default DatasetOrgAttributes.Builder ps(Consumer<PsAttributes.Builder> ps)
The details of a PS type data set.
This is a convenience method that creates an instance of thePsAttributes.Builder avoiding the need
to create one manually via PsAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ps(PsAttributes).
ps - a consumer that will call methods on PsAttributes.Builderps(PsAttributes)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.