@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 - `CfnFunctionDefinition.FunctionProperty.FunctionArn`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinition.FunctionProperty.Builder functionConfiguration(CfnFunctionDefinition.FunctionConfigurationProperty functionConfiguration)
CfnFunctionDefinition.FunctionProperty.getFunctionConfiguration()functionConfiguration - `CfnFunctionDefinition.FunctionProperty.FunctionConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinition.FunctionProperty.Builder functionConfiguration(IResolvable functionConfiguration)
CfnFunctionDefinition.FunctionProperty.getFunctionConfiguration()functionConfiguration - `CfnFunctionDefinition.FunctionProperty.FunctionConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinition.FunctionProperty.Builder id(String id)
CfnFunctionDefinition.FunctionProperty.getId()id - `CfnFunctionDefinition.FunctionProperty.Id`. This parameter is required.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 © 2021. All rights reserved.