@Stability(value=Stable) public static final class CfnFunctionDefinitionVersion.RunAsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunctionDefinitionVersion.RunAsProperty>
CfnFunctionDefinitionVersion.RunAsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunctionDefinitionVersion.RunAsProperty |
build()
Builds the configured instance.
|
CfnFunctionDefinitionVersion.RunAsProperty.Builder |
gid(Number gid)
Sets the value of
CfnFunctionDefinitionVersion.RunAsProperty.getGid() |
CfnFunctionDefinitionVersion.RunAsProperty.Builder |
uid(Number uid)
Sets the value of
CfnFunctionDefinitionVersion.RunAsProperty.getUid() |
@Stability(value=Stable) public CfnFunctionDefinitionVersion.RunAsProperty.Builder gid(Number gid)
CfnFunctionDefinitionVersion.RunAsProperty.getGid()gid - The group ID whose permissions are used to run the Lambda function.
You can use the getent group command on your core device to look up the group ID.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.RunAsProperty.Builder uid(Number uid)
CfnFunctionDefinitionVersion.RunAsProperty.getUid()uid - The user ID whose permissions are used to run the Lambda function.
You can use the getent passwd command on your core device to look up the user ID.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.RunAsProperty build()
build in interface software.amazon.jsii.Builder<CfnFunctionDefinitionVersion.RunAsProperty>CfnFunctionDefinitionVersion.RunAsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.