public static interface ListImageSetVersionsResponse.Builder extends MedicalImagingResponse.Builder, SdkPojo, CopyableBuilder<ListImageSetVersionsResponse.Builder,ListImageSetVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListImageSetVersionsResponse.Builder |
imageSetPropertiesList(Collection<ImageSetProperties> imageSetPropertiesList)
Lists all properties associated with an image set.
|
ListImageSetVersionsResponse.Builder |
imageSetPropertiesList(Consumer<ImageSetProperties.Builder>... imageSetPropertiesList)
Lists all properties associated with an image set.
|
ListImageSetVersionsResponse.Builder |
imageSetPropertiesList(ImageSetProperties... imageSetPropertiesList)
Lists all properties associated with an image set.
|
ListImageSetVersionsResponse.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the list of image set versions on the next page.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImageSetVersionsResponse.Builder imageSetPropertiesList(Collection<ImageSetProperties> imageSetPropertiesList)
Lists all properties associated with an image set.
imageSetPropertiesList - Lists all properties associated with an image set.ListImageSetVersionsResponse.Builder imageSetPropertiesList(ImageSetProperties... imageSetPropertiesList)
Lists all properties associated with an image set.
imageSetPropertiesList - Lists all properties associated with an image set.ListImageSetVersionsResponse.Builder imageSetPropertiesList(Consumer<ImageSetProperties.Builder>... imageSetPropertiesList)
Lists all properties associated with an image set.
This is a convenience method that creates an instance of theImageSetProperties.Builder avoiding the need to
create one manually via
ImageSetProperties.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #imageSetPropertiesList(List.
imageSetPropertiesList - a consumer that will call methods on
ImageSetProperties.Builder#imageSetPropertiesList(java.util.Collection) ListImageSetVersionsResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the list of image set versions on the next page.
nextToken - The pagination token used to retrieve the list of image set versions on the next page.Copyright © 2023. All rights reserved.