Interface ListImagePipelineImagesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListImagePipelineImagesResponse.Builder,
,ListImagePipelineImagesResponse> ImagebuilderResponse.Builder
,SdkBuilder<ListImagePipelineImagesResponse.Builder,
,ListImagePipelineImagesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListImagePipelineImagesResponse
public static interface ListImagePipelineImagesResponse.Builder
extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListImagePipelineImagesResponse.Builder,ListImagePipelineImagesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionimageSummaryList
(Collection<ImageSummary> imageSummaryList) The list of images built by this pipeline.imageSummaryList
(Consumer<ImageSummary.Builder>... imageSummaryList) The list of images built by this pipeline.imageSummaryList
(ImageSummary... imageSummaryList) The list of images built by this pipeline.The next token used for paginated responses.The request ID that uniquely identifies this request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.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 Details
-
requestId
The request ID that uniquely identifies this request.
- Parameters:
requestIdValue
- The request ID that uniquely identifies this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageSummaryList
The list of images built by this pipeline.
- Parameters:
imageSummaryList
- The list of images built by this pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageSummaryList
The list of images built by this pipeline.
- Parameters:
imageSummaryList
- The list of images built by this pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageSummaryList
ListImagePipelineImagesResponse.Builder imageSummaryList(Consumer<ImageSummary.Builder>... imageSummaryList) The list of images built by this pipeline.
This is a convenience method that creates an instance of theImageSummary.Builder
avoiding the need to create one manually viaImageSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimageSummaryList(List<ImageSummary>)
.- Parameters:
imageSummaryList
- a consumer that will call methods onImageSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
- Parameters:
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-