Interface ListImagesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListImagesResponse.Builder,,ListImagesResponse> SageMakerResponse.Builder,SdkBuilder<ListImagesResponse.Builder,,ListImagesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListImagesResponse
public static interface ListImagesResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListImagesResponse.Builder,ListImagesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionimages(Collection<Image> images) A list of images and their properties.images(Consumer<Image.Builder>... images) A list of images and their properties.A list of images and their properties.A token for getting the next set of images, if there are any.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
images
A list of images and their properties.
- Parameters:
images- A list of images and their properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
images
A list of images and their properties.
- Parameters:
images- A list of images and their properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
images
A list of images and their properties.
This is a convenience method that creates an instance of theImage.Builderavoiding the need to create one manually viaImage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimages(List<Image>).- Parameters:
images- a consumer that will call methods onImage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token for getting the next set of images, if there are any.
- Parameters:
nextToken- A token for getting the next set of images, if there are any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-