Interface ListReadSetsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListReadSetsResponse.Builder,,- ListReadSetsResponse> - OmicsResponse.Builder,- SdkBuilder<ListReadSetsResponse.Builder,,- ListReadSetsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListReadSetsResponse
@Mutable
@NotThreadSafe
public static interface ListReadSetsResponse.Builder
extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<ListReadSetsResponse.Builder,ListReadSetsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionA pagination token that's included if more results are available.readSets(Collection<ReadSetListItem> readSets) A list of read sets.readSets(Consumer<ReadSetListItem.Builder>... readSets) A list of read sets.readSets(ReadSetListItem... readSets) A list of read sets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenA pagination token that's included if more results are available. - Parameters:
- nextToken- A pagination token that's included if more results are available.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
readSetsA list of read sets. - Parameters:
- readSets- A list of read sets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
readSetsA list of read sets. - Parameters:
- readSets- A list of read sets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
readSetsA list of read sets. This is a convenience method that creates an instance of theReadSetListItem.Builderavoiding the need to create one manually viaReadSetListItem.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreadSets(List<ReadSetListItem>).- Parameters:
- readSets- a consumer that will call methods on- ReadSetListItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-