Interface DatasetOrgAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatasetOrgAttributes.Builder,
,DatasetOrgAttributes> SdkBuilder<DatasetOrgAttributes.Builder,
,DatasetOrgAttributes> SdkPojo
- Enclosing class:
DatasetOrgAttributes
-
Method Summary
Modifier and TypeMethodDescriptiondefault DatasetOrgAttributes.Builder
gdg
(Consumer<GdgAttributes.Builder> gdg) The generation data group of the data set.gdg
(GdgAttributes gdg) The generation data group of the data set.default DatasetOrgAttributes.Builder
The details of a PO type data set.po
(PoAttributes po) The details of a PO type data set.default DatasetOrgAttributes.Builder
The details of a PS type data set.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.vsam
(VsamAttributes vsam) The details of a VSAM data set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
gdg
The generation data group of the data set.
- Parameters:
gdg
- The generation data group of the data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaGdgAttributes.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togdg(GdgAttributes)
.- Parameters:
gdg
- a consumer that will call methods onGdgAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
po
The details of a PO type data set.
- Parameters:
po
- The details of a PO type data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaPoAttributes.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topo(PoAttributes)
.- Parameters:
po
- a consumer that will call methods onPoAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ps
The details of a PS type data set.
- Parameters:
ps
- The details of a PS type data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaPsAttributes.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tops(PsAttributes)
.- Parameters:
ps
- a consumer that will call methods onPsAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vsam
The details of a VSAM data set.
- Parameters:
vsam
- The details of a VSAM data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaVsamAttributes.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovsam(VsamAttributes)
.- Parameters:
vsam
- a consumer that will call methods onVsamAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-