Class CfnFunctionDefinitionProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunctionDefinitionProps>
- Enclosing interface:
CfnFunctionDefinitionProps
CfnFunctionDefinitionProps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.initialVersion
(IResolvable initialVersion) Sets the value ofCfnFunctionDefinitionProps.getInitialVersion()
Sets the value ofCfnFunctionDefinitionProps.getInitialVersion()
Sets the value ofCfnFunctionDefinitionProps.getName()
Sets the value ofCfnFunctionDefinitionProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnFunctionDefinitionProps.getName()
- Parameters:
name
- The name of the function definition. This parameter is required.- Returns:
this
-
initialVersion
@Stability(Stable) public CfnFunctionDefinitionProps.Builder initialVersion(IResolvable initialVersion) Sets the value ofCfnFunctionDefinitionProps.getInitialVersion()
- Parameters:
initialVersion
- The function definition version to include when the function definition is created. A function definition version contains a list offunction
property types.To associate a function definition version after the function definition is created, create an
AWS::Greengrass::FunctionDefinitionVersion
resource and specify the ID of this function definition.- Returns:
this
-
initialVersion
@Stability(Stable) public CfnFunctionDefinitionProps.Builder initialVersion(CfnFunctionDefinition.FunctionDefinitionVersionProperty initialVersion) Sets the value ofCfnFunctionDefinitionProps.getInitialVersion()
- Parameters:
initialVersion
- The function definition version to include when the function definition is created. A function definition version contains a list offunction
property types.To associate a function definition version after the function definition is created, create an
AWS::Greengrass::FunctionDefinitionVersion
resource and specify the ID of this function definition.- Returns:
this
-
tags
Sets the value ofCfnFunctionDefinitionProps.getTags()
- Parameters:
tags
- Application-specific metadata to attach to the function definition. You can use tags in IAM policies to control access to AWS IoT Greengrass resources. You can also use tags to categorize your resources. For more information, see Tagging Your AWS IoT Greengrass Resources in the Developer Guide .This
Json
property type is processed as a map of key-value pairs. It uses the following format, which is different from mostTags
implementations in AWS CloudFormation templates."Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value" }
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFunctionDefinitionProps>
- Returns:
- a new instance of
CfnFunctionDefinitionProps
- Throws:
NullPointerException
- if any required attribute was not provided
-