@Stability(value=Stable) public static final class CfnFunction.RuntimeManagementConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunction.RuntimeManagementConfigProperty>
CfnFunction.RuntimeManagementConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.RuntimeManagementConfigProperty |
build()
Builds the configured instance.
|
CfnFunction.RuntimeManagementConfigProperty.Builder |
runtimeVersionArn(String runtimeVersionArn)
Sets the value of
CfnFunction.RuntimeManagementConfigProperty.getRuntimeVersionArn() |
CfnFunction.RuntimeManagementConfigProperty.Builder |
updateRuntimeOn(String updateRuntimeOn)
Sets the value of
CfnFunction.RuntimeManagementConfigProperty.getUpdateRuntimeOn() |
@Stability(value=Stable) public CfnFunction.RuntimeManagementConfigProperty.Builder updateRuntimeOn(String updateRuntimeOn)
CfnFunction.RuntimeManagementConfigProperty.getUpdateRuntimeOn()updateRuntimeOn - Specify the runtime update mode. This parameter is required.
Valid Values : Auto | FunctionUpdate | Manual
this@Stability(value=Stable) public CfnFunction.RuntimeManagementConfigProperty.Builder runtimeVersionArn(String runtimeVersionArn)
CfnFunction.RuntimeManagementConfigProperty.getRuntimeVersionArn()runtimeVersionArn - The ARN of the runtime version you want the function to use.
This is only required if you're using the Manual runtime update mode.
this@Stability(value=Stable) public CfnFunction.RuntimeManagementConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnFunction.RuntimeManagementConfigProperty>CfnFunction.RuntimeManagementConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.