@Stability(value=Stable) public static final class CfnFunctionDefinition.FunctionConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunctionDefinition.FunctionConfigurationProperty>
CfnFunctionDefinition.FunctionConfigurationProperty
Constructor and Description |
---|
Builder() |
@Stability(value=Stable) public CfnFunctionDefinition.FunctionConfigurationProperty.Builder encodingType(String encodingType)
CfnFunctionDefinition.FunctionConfigurationProperty.getEncodingType()
encodingType
- `CfnFunctionDefinition.FunctionConfigurationProperty.EncodingType`.this
@Stability(value=Stable) public CfnFunctionDefinition.FunctionConfigurationProperty.Builder environment(CfnFunctionDefinition.EnvironmentProperty environment)
CfnFunctionDefinition.FunctionConfigurationProperty.getEnvironment()
environment
- `CfnFunctionDefinition.FunctionConfigurationProperty.Environment`.this
@Stability(value=Stable) public CfnFunctionDefinition.FunctionConfigurationProperty.Builder environment(IResolvable environment)
CfnFunctionDefinition.FunctionConfigurationProperty.getEnvironment()
environment
- `CfnFunctionDefinition.FunctionConfigurationProperty.Environment`.this
@Stability(value=Stable) public CfnFunctionDefinition.FunctionConfigurationProperty.Builder execArgs(String execArgs)
CfnFunctionDefinition.FunctionConfigurationProperty.getExecArgs()
execArgs
- `CfnFunctionDefinition.FunctionConfigurationProperty.ExecArgs`.this
@Stability(value=Stable) public CfnFunctionDefinition.FunctionConfigurationProperty.Builder executable(String executable)
CfnFunctionDefinition.FunctionConfigurationProperty.getExecutable()
executable
- `CfnFunctionDefinition.FunctionConfigurationProperty.Executable`.this
@Stability(value=Stable) public CfnFunctionDefinition.FunctionConfigurationProperty.Builder memorySize(Number memorySize)
CfnFunctionDefinition.FunctionConfigurationProperty.getMemorySize()
memorySize
- `CfnFunctionDefinition.FunctionConfigurationProperty.MemorySize`.this
@Stability(value=Stable) public CfnFunctionDefinition.FunctionConfigurationProperty.Builder pinned(Boolean pinned)
CfnFunctionDefinition.FunctionConfigurationProperty.getPinned()
pinned
- `CfnFunctionDefinition.FunctionConfigurationProperty.Pinned`.this
@Stability(value=Stable) public CfnFunctionDefinition.FunctionConfigurationProperty.Builder pinned(IResolvable pinned)
CfnFunctionDefinition.FunctionConfigurationProperty.getPinned()
pinned
- `CfnFunctionDefinition.FunctionConfigurationProperty.Pinned`.this
@Stability(value=Stable) public CfnFunctionDefinition.FunctionConfigurationProperty.Builder timeout(Number timeout)
CfnFunctionDefinition.FunctionConfigurationProperty.getTimeout()
timeout
- `CfnFunctionDefinition.FunctionConfigurationProperty.Timeout`.this
@Stability(value=Stable) public CfnFunctionDefinition.FunctionConfigurationProperty build()
build
in interface software.amazon.jsii.Builder<CfnFunctionDefinition.FunctionConfigurationProperty>
CfnFunctionDefinition.FunctionConfigurationProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.