Interface ListImageSetVersionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListImageSetVersionsResponse.Builder,ListImageSetVersionsResponse>,MedicalImagingResponse.Builder,SdkBuilder<ListImageSetVersionsResponse.Builder,ListImageSetVersionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListImageSetVersionsResponse
public static interface ListImageSetVersionsResponse.Builder extends MedicalImagingResponse.Builder, SdkPojo, CopyableBuilder<ListImageSetVersionsResponse.Builder,ListImageSetVersionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListImageSetVersionsResponse.BuilderimageSetPropertiesList(Collection<ImageSetProperties> imageSetPropertiesList)Lists all properties associated with an image set.ListImageSetVersionsResponse.BuilderimageSetPropertiesList(Consumer<ImageSetProperties.Builder>... imageSetPropertiesList)Lists all properties associated with an image set.ListImageSetVersionsResponse.BuilderimageSetPropertiesList(ImageSetProperties... imageSetPropertiesList)Lists all properties associated with an image set.ListImageSetVersionsResponse.BuildernextToken(String nextToken)The pagination token used to retrieve the list of image set versions on the next page.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medicalimaging.model.MedicalImagingResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
imageSetPropertiesList
ListImageSetVersionsResponse.Builder imageSetPropertiesList(Collection<ImageSetProperties> imageSetPropertiesList)
Lists all properties associated with an image set.
- Parameters:
imageSetPropertiesList- Lists all properties associated with an image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageSetPropertiesList
ListImageSetVersionsResponse.Builder imageSetPropertiesList(ImageSetProperties... imageSetPropertiesList)
Lists all properties associated with an image set.
- Parameters:
imageSetPropertiesList- Lists all properties associated with an image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageSetPropertiesList
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.Builderavoiding the need to create one manually viaImageSetProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#imageSetPropertiesList(List.) - Parameters:
imageSetPropertiesList- a consumer that will call methods onImageSetProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#imageSetPropertiesList(java.util.Collection)
-
nextToken
ListImageSetVersionsResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the list of image set versions on the next page.
- Parameters:
nextToken- The pagination token used to retrieve the list of image set versions on the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-