Interface GdgAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GdgAttributes.Builder,
,GdgAttributes> SdkBuilder<GdgAttributes.Builder,
,GdgAttributes> SdkPojo
- Enclosing class:
GdgAttributes
@Mutable
@NotThreadSafe
public static interface GdgAttributes.Builder
extends SdkPojo, CopyableBuilder<GdgAttributes.Builder,GdgAttributes>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum number of generation data sets, up to 255, in a GDG.rollDisposition
(String rollDisposition) The disposition of the data set in the catalog.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, sdkFieldNameToField, sdkFields
-
Method Details
-
limit
The maximum number of generation data sets, up to 255, in a GDG.
- Parameters:
limit
- The maximum number of generation data sets, up to 255, in a GDG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rollDisposition
The disposition of the data set in the catalog.
- Parameters:
rollDisposition
- The disposition of the data set in the catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-