Interface DatasetDetailOrgAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetDetailOrgAttributes.Builder,DatasetDetailOrgAttributes>,SdkBuilder<DatasetDetailOrgAttributes.Builder,DatasetDetailOrgAttributes>,SdkPojo
- Enclosing class:
- DatasetDetailOrgAttributes
public static interface DatasetDetailOrgAttributes.Builder extends SdkPojo, CopyableBuilder<DatasetDetailOrgAttributes.Builder,DatasetDetailOrgAttributes>
-
-
Method Summary
-
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
DatasetDetailOrgAttributes.Builder gdg(GdgDetailAttributes 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 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.Builderavoiding the need to create one manually viaGdgDetailAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togdg(GdgDetailAttributes).- Parameters:
gdg- a consumer that will call methods onGdgDetailAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
gdg(GdgDetailAttributes)
-
po
DatasetDetailOrgAttributes.Builder po(PoDetailAttributes 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 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.Builderavoiding the need to create one manually viaPoDetailAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topo(PoDetailAttributes).- Parameters:
po- a consumer that will call methods onPoDetailAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
po(PoDetailAttributes)
-
ps
DatasetDetailOrgAttributes.Builder ps(PsDetailAttributes 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 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.Builderavoiding the need to create one manually viaPsDetailAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tops(PsDetailAttributes).- Parameters:
ps- a consumer that will call methods onPsDetailAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ps(PsDetailAttributes)
-
vsam
DatasetDetailOrgAttributes.Builder vsam(VsamDetailAttributes 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 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.Builderavoiding the need to create one manually viaVsamDetailAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovsam(VsamDetailAttributes).- Parameters:
vsam- a consumer that will call methods onVsamDetailAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vsam(VsamDetailAttributes)
-
-