Interface ThumbnailDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ThumbnailDetail.Builder,
,ThumbnailDetail> SdkBuilder<ThumbnailDetail.Builder,
,ThumbnailDetail> SdkPojo
- Enclosing class:
ThumbnailDetail
@Mutable
@NotThreadSafe
public static interface ThumbnailDetail.Builder
extends SdkPojo, CopyableBuilder<ThumbnailDetail.Builder,ThumbnailDetail>
-
Method Summary
Modifier and TypeMethodDescriptionpipelineId
(String pipelineId) Pipeline IDthumbnails
(Collection<Thumbnail> thumbnails) thumbnails of a single pipelinethumbnails
(Consumer<Thumbnail.Builder>... thumbnails) thumbnails of a single pipeline This is a convenience method that creates an instance of theThumbnail.Builder
avoiding the need to create one manually viaThumbnail.builder()
.thumbnails
(Thumbnail... thumbnails) thumbnails of a single pipelineMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
pipelineId
Pipeline ID- Parameters:
pipelineId
- Pipeline ID- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnails
thumbnails of a single pipeline- Parameters:
thumbnails
- thumbnails of a single pipeline- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnails
thumbnails of a single pipeline- Parameters:
thumbnails
- thumbnails of a single pipeline- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnails
thumbnails of a single pipeline This is a convenience method that creates an instance of theThumbnail.Builder
avoiding the need to create one manually viaThumbnail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tothumbnails(List<Thumbnail>)
.- Parameters:
thumbnails
- a consumer that will call methods onThumbnail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-