Interface DatasetDetailOrgAttributes.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DatasetDetailOrgAttributes.Builder,,DatasetDetailOrgAttributes> SdkBuilder<DatasetDetailOrgAttributes.Builder,,DatasetDetailOrgAttributes> SdkPojo
- Enclosing class:
 DatasetDetailOrgAttributes
- 
Method Summary
Modifier and TypeMethodDescriptionThe generation data group of the data set.gdg(GdgDetailAttributes gdg) The generation data group of the data set.The details of a PO type data set.po(PoDetailAttributes po) The details of a PO type data set.The details of a PS type data set.ps(PsDetailAttributes ps) The details of a PS type data set.The details of a VSAM data set.vsam(VsamDetailAttributes vsam) The details of a VSAM data set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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 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:
 
 - 
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 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:
 
 - 
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 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:
 
 - 
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 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:
 
 
 -