Interface GdgDetailAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GdgDetailAttributes.Builder,
,GdgDetailAttributes> SdkBuilder<GdgDetailAttributes.Builder,
,GdgDetailAttributes> SdkPojo
- Enclosing class:
GdgDetailAttributes
@Mutable
@NotThreadSafe
public static interface GdgDetailAttributes.Builder
extends SdkPojo, CopyableBuilder<GdgDetailAttributes.Builder,GdgDetailAttributes>
-
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.
-