Class CfnFunctionDefinitionVersionPropsMixin.DefaultConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnFunctionDefinitionVersionPropsMixin.DefaultConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunctionDefinitionVersionPropsMixin.DefaultConfigProperty>
- Enclosing interface:
CfnFunctionDefinitionVersionPropsMixin.DefaultConfigProperty
@Stability(Stable)
public static final class CfnFunctionDefinitionVersionPropsMixin.DefaultConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFunctionDefinitionVersionPropsMixin.DefaultConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.execution(IResolvable execution)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
execution
@Stability(Stable) public CfnFunctionDefinitionVersionPropsMixin.DefaultConfigProperty.Builder execution(IResolvable execution) - Parameters:
execution- Configuration settings for the Lambda execution environment on the AWS IoT Greengrass core.- Returns:
this
-
execution
@Stability(Stable) public CfnFunctionDefinitionVersionPropsMixin.DefaultConfigProperty.Builder execution(CfnFunctionDefinitionVersionPropsMixin.ExecutionProperty execution) - Parameters:
execution- Configuration settings for the Lambda execution environment on the AWS IoT Greengrass core.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFunctionDefinitionVersionPropsMixin.DefaultConfigProperty>- Returns:
- a new instance of
CfnFunctionDefinitionVersionPropsMixin.DefaultConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-