Interface ImageSetConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImageSetConfiguration.Builder,
,ImageSetConfiguration> SdkBuilder<ImageSetConfiguration.Builder,
,ImageSetConfiguration> SdkPojo
- Enclosing class:
ImageSetConfiguration
@Mutable
@NotThreadSafe
public static interface ImageSetConfiguration.Builder
extends SdkPojo, CopyableBuilder<ImageSetConfiguration.Builder,ImageSetConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ImageSetConfiguration.Builder
original
(Consumer<ImageConfiguration.Builder> original) The original image.original
(ImageConfiguration original) The original image.Methods 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
-
original
The original image.
- Parameters:
original
- The original image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
original
The original image.
This is a convenience method that creates an instance of theImageConfiguration.Builder
avoiding the need to create one manually viaImageConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooriginal(ImageConfiguration)
.- Parameters:
original
- a consumer that will call methods onImageConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-