Interface SequenceInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SequenceInformation.Builder,SequenceInformation>,SdkBuilder<SequenceInformation.Builder,SequenceInformation>,SdkPojo
- Enclosing class:
- SequenceInformation
public static interface SequenceInformation.Builder extends SdkPojo, CopyableBuilder<SequenceInformation.Builder,SequenceInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SequenceInformation.Builderalignment(String alignment)The sequence's alignment setting.SequenceInformation.BuildergeneratedFrom(String generatedFrom)Where the sequence originated.SequenceInformation.BuildertotalBaseCount(Long totalBaseCount)The sequence's total base count.SequenceInformation.BuildertotalReadCount(Long totalReadCount)The sequence's total read count.-
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, sdkFields
-
-
-
-
Method Detail
-
totalReadCount
SequenceInformation.Builder totalReadCount(Long totalReadCount)
The sequence's total read count.
- Parameters:
totalReadCount- The sequence's total read count.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalBaseCount
SequenceInformation.Builder totalBaseCount(Long totalBaseCount)
The sequence's total base count.
- Parameters:
totalBaseCount- The sequence's total base count.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generatedFrom
SequenceInformation.Builder generatedFrom(String generatedFrom)
Where the sequence originated.
- Parameters:
generatedFrom- Where the sequence originated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alignment
SequenceInformation.Builder alignment(String alignment)
The sequence's alignment setting.
- Parameters:
alignment- The sequence's alignment setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-