Interface DatasetOrgAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetOrgAttributes.Builder,DatasetOrgAttributes>,SdkBuilder<DatasetOrgAttributes.Builder,DatasetOrgAttributes>,SdkPojo
- Enclosing class:
- DatasetOrgAttributes
public static interface DatasetOrgAttributes.Builder extends SdkPojo, CopyableBuilder<DatasetOrgAttributes.Builder,DatasetOrgAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DatasetOrgAttributes.Buildergdg(Consumer<GdgAttributes.Builder> gdg)The generation data group of the data set.DatasetOrgAttributes.Buildergdg(GdgAttributes gdg)The generation data group of the data set.default DatasetOrgAttributes.Builderpo(Consumer<PoAttributes.Builder> po)The details of a PO type data set.DatasetOrgAttributes.Builderpo(PoAttributes po)The details of a PO type data set.default DatasetOrgAttributes.Builderps(Consumer<PsAttributes.Builder> ps)The details of a PS type data set.DatasetOrgAttributes.Builderps(PsAttributes ps)The details of a PS type data set.default DatasetOrgAttributes.Buildervsam(Consumer<VsamAttributes.Builder> vsam)The details of a VSAM data set.DatasetOrgAttributes.Buildervsam(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 Detail
-
gdg
DatasetOrgAttributes.Builder gdg(GdgAttributes 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
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.Builderavoiding the need to create one manually viaGdgAttributes.builder().When the
Consumercompletes,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:
gdg(GdgAttributes)
-
po
DatasetOrgAttributes.Builder po(PoAttributes 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
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.Builderavoiding the need to create one manually viaPoAttributes.builder().When the
Consumercompletes,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:
po(PoAttributes)
-
ps
DatasetOrgAttributes.Builder ps(PsAttributes 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
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.Builderavoiding the need to create one manually viaPsAttributes.builder().When the
Consumercompletes,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:
ps(PsAttributes)
-
vsam
DatasetOrgAttributes.Builder vsam(VsamAttributes 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
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.Builderavoiding the need to create one manually viaVsamAttributes.builder().When the
Consumercompletes,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:
vsam(VsamAttributes)
-
-