public static interface FunctionRunAsConfig.Builder extends SdkPojo, CopyableBuilder<FunctionRunAsConfig.Builder,FunctionRunAsConfig>
Modifier and Type | Method and Description |
---|---|
FunctionRunAsConfig.Builder |
gid(Integer gid)
The Group ID whose permissions are used to run a Lambda function.
|
FunctionRunAsConfig.Builder |
uid(Integer uid)
The User ID whose permissions are used to run a Lambda function.
|
copy
applyMutation, build
FunctionRunAsConfig.Builder gid(Integer gid)
gid
- The Group ID whose permissions are used to run a Lambda function.FunctionRunAsConfig.Builder uid(Integer uid)
uid
- The User ID whose permissions are used to run a Lambda function.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.