@Stability(value=Stable) public static final class CfnFunctionDefinition.FunctionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunctionDefinition.FunctionProperty>
CfnFunctionDefinition.FunctionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunctionDefinition.FunctionProperty |
build()
Builds the configured instance.
|
CfnFunctionDefinition.FunctionProperty.Builder |
functionArn(String functionArn)
Sets the value of
CfnFunctionDefinition.FunctionProperty.getFunctionArn() |
CfnFunctionDefinition.FunctionProperty.Builder |
functionConfiguration(CfnFunctionDefinition.FunctionConfigurationProperty functionConfiguration)
Sets the value of
CfnFunctionDefinition.FunctionProperty.getFunctionConfiguration() |
CfnFunctionDefinition.FunctionProperty.Builder |
functionConfiguration(IResolvable functionConfiguration)
Sets the value of
CfnFunctionDefinition.FunctionProperty.getFunctionConfiguration() |
CfnFunctionDefinition.FunctionProperty.Builder |
id(String id)
Sets the value of
CfnFunctionDefinition.FunctionProperty.getId() |
@Stability(value=Stable) public CfnFunctionDefinition.FunctionProperty.Builder functionArn(String functionArn)
CfnFunctionDefinition.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 CfnFunctionDefinition.FunctionProperty.Builder functionConfiguration(CfnFunctionDefinition.FunctionConfigurationProperty functionConfiguration)
CfnFunctionDefinition.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 CfnFunctionDefinition.FunctionProperty.Builder functionConfiguration(IResolvable functionConfiguration)
CfnFunctionDefinition.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 CfnFunctionDefinition.FunctionProperty.Builder id(String id)
CfnFunctionDefinition.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 CfnFunctionDefinition.FunctionProperty build()
build in interface software.amazon.jsii.Builder<CfnFunctionDefinition.FunctionProperty>CfnFunctionDefinition.FunctionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.