Interface ExportReadSet.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExportReadSet.Builder,ExportReadSet>,SdkBuilder<ExportReadSet.Builder,ExportReadSet>,SdkPojo
- Enclosing class:
- ExportReadSet
public static interface ExportReadSet.Builder extends SdkPojo, CopyableBuilder<ExportReadSet.Builder,ExportReadSet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportReadSet.BuilderreadSetId(String readSetId)The set's ID.-
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 Detail
-
readSetId
ExportReadSet.Builder readSetId(String readSetId)
The set's ID.
- Parameters:
readSetId- The set's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-