Interface ListRunCachesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListRunCachesResponse.Builder,,- ListRunCachesResponse> - OmicsResponse.Builder,- SdkBuilder<ListRunCachesResponse.Builder,,- ListRunCachesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListRunCachesResponse
@Mutable
@NotThreadSafe
public static interface ListRunCachesResponse.Builder
extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<ListRunCachesResponse.Builder,ListRunCachesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionitems(Collection<RunCacheListItem> items) Details about each run cache in the response.items(Consumer<RunCacheListItem.Builder>... items) Details about each run cache in the response.items(RunCacheListItem... items) Details about each run cache in the response.Pagination token to retrieve additional run caches.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- 
itemsDetails about each run cache in the response. - Parameters:
- items- Details about each run cache in the response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsDetails about each run cache in the response. - Parameters:
- items- Details about each run cache in the response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsDetails about each run cache in the response. This is a convenience method that creates an instance of theRunCacheListItem.Builderavoiding the need to create one manually viaRunCacheListItem.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<RunCacheListItem>).- Parameters:
- items- a consumer that will call methods on- RunCacheListItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenPagination token to retrieve additional run caches. If the response does not have a nextTokenvalue, you have reached to the end of the list.- Parameters:
- nextToken- Pagination token to retrieve additional run caches. If the response does not have a- nextTokenvalue, you have reached to the end of the list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-