Interface DatasetDetailOrgAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DatasetDetailOrgAttributes.Builder,,- DatasetDetailOrgAttributes> - SdkBuilder<DatasetDetailOrgAttributes.Builder,,- DatasetDetailOrgAttributes> - SdkPojo
- Enclosing class:
- DatasetDetailOrgAttributes
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
gdgThe 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.
 
- 
gdgThe 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 on- GdgDetailAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
poThe 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.
 
- 
poThe 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 on- PoDetailAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
psThe 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.
 
- 
psThe 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 on- PsDetailAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
vsamThe 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.
 
- 
vsamThe 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 on- VsamDetailAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-