Class ImageRecipeReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.imagebuilder.ImageRecipeReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ImageRecipeReference>
- Enclosing interface:
ImageRecipeReference
@Stability(Stable)
public static final class ImageRecipeReference.Builder
extends Object
implements software.amazon.jsii.Builder<ImageRecipeReference>
A builder for
ImageRecipeReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.imageRecipeArn(String imageRecipeArn) Sets the value ofImageRecipeReference.getImageRecipeArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
imageRecipeArn
Sets the value ofImageRecipeReference.getImageRecipeArn()- Parameters:
imageRecipeArn- The Arn of the ImageRecipe resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ImageRecipeReference>- Returns:
- a new instance of
ImageRecipeReference - Throws:
NullPointerException- if any required attribute was not provided
-