@Stability(value=Stable) public static final class CfnFunctionDefinitionVersion.FunctionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunctionDefinitionVersion.FunctionProperty>
CfnFunctionDefinitionVersion.FunctionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunctionDefinitionVersion.FunctionProperty |
build()
Builds the configured instance.
|
CfnFunctionDefinitionVersion.FunctionProperty.Builder |
functionArn(String functionArn)
Sets the value of
CfnFunctionDefinitionVersion.FunctionProperty.getFunctionArn() |
CfnFunctionDefinitionVersion.FunctionProperty.Builder |
functionConfiguration(CfnFunctionDefinitionVersion.FunctionConfigurationProperty functionConfiguration)
Sets the value of
CfnFunctionDefinitionVersion.FunctionProperty.getFunctionConfiguration() |
CfnFunctionDefinitionVersion.FunctionProperty.Builder |
functionConfiguration(IResolvable functionConfiguration)
Sets the value of
CfnFunctionDefinitionVersion.FunctionProperty.getFunctionConfiguration() |
CfnFunctionDefinitionVersion.FunctionProperty.Builder |
id(String id)
Sets the value of
CfnFunctionDefinitionVersion.FunctionProperty.getId() |
@Stability(value=Stable) public CfnFunctionDefinitionVersion.FunctionProperty.Builder functionArn(String functionArn)
CfnFunctionDefinitionVersion.FunctionProperty.getFunctionArn()functionArn - The Amazon Resource Name (ARN) of the alias (recommended) or version of the referenced Lambda function. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.FunctionProperty.Builder functionConfiguration(IResolvable functionConfiguration)
CfnFunctionDefinitionVersion.FunctionProperty.getFunctionConfiguration()functionConfiguration - The group-specific settings of the Lambda function. This parameter is required.
These settings configure the function's behavior in the Greengrass group.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.FunctionProperty.Builder functionConfiguration(CfnFunctionDefinitionVersion.FunctionConfigurationProperty functionConfiguration)
CfnFunctionDefinitionVersion.FunctionProperty.getFunctionConfiguration()functionConfiguration - The group-specific settings of the Lambda function. This parameter is required.
These settings configure the function's behavior in the Greengrass group.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.FunctionProperty.Builder id(String id)
CfnFunctionDefinitionVersion.FunctionProperty.getId()id - A descriptive or arbitrary ID for the function. This parameter is required.
This value must be unique within the function definition version. Maximum length is 128 characters with pattern [a-zA-Z0-9:_-]+ .this@Stability(value=Stable) public CfnFunctionDefinitionVersion.FunctionProperty build()
build in interface software.amazon.jsii.Builder<CfnFunctionDefinitionVersion.FunctionProperty>CfnFunctionDefinitionVersion.FunctionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.