Class CfnContainerRecipePropsMixin.ComponentConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnContainerRecipePropsMixin.ComponentConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnContainerRecipePropsMixin.ComponentConfigurationProperty>
- Enclosing interface:
CfnContainerRecipePropsMixin.ComponentConfigurationProperty
@Stability(Stable)
public static final class CfnContainerRecipePropsMixin.ComponentConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnContainerRecipePropsMixin.ComponentConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.componentArn(String componentArn) parameters(List<? extends Object> parameters) parameters(IResolvable parameters)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
componentArn
@Stability(Stable) public CfnContainerRecipePropsMixin.ComponentConfigurationProperty.Builder componentArn(String componentArn) - Parameters:
componentArn- The Amazon Resource Name (ARN) of the component.- Returns:
this
-
parameters
@Stability(Stable) public CfnContainerRecipePropsMixin.ComponentConfigurationProperty.Builder parameters(IResolvable parameters) - Parameters:
parameters- A group of parameter settings that Image Builder uses to configure the component for a specific recipe.- Returns:
this
-
parameters
@Stability(Stable) public CfnContainerRecipePropsMixin.ComponentConfigurationProperty.Builder parameters(List<? extends Object> parameters) - Parameters:
parameters- A group of parameter settings that Image Builder uses to configure the component for a specific recipe.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnContainerRecipePropsMixin.ComponentConfigurationProperty>- Returns:
- a new instance of
CfnContainerRecipePropsMixin.ComponentConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-