Interface FunctionRunAsConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FunctionRunAsConfig.Builder,,- FunctionRunAsConfig> - SdkBuilder<FunctionRunAsConfig.Builder,,- FunctionRunAsConfig> - SdkPojo
- Enclosing class:
- FunctionRunAsConfig
@Mutable
@NotThreadSafe
public static interface FunctionRunAsConfig.Builder
extends SdkPojo, CopyableBuilder<FunctionRunAsConfig.Builder,FunctionRunAsConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionThe group ID whose permissions are used to run a Lambda function.The user ID whose permissions are used to run a Lambda function.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
gidThe group ID whose permissions are used to run a Lambda function.- Parameters:
- gid- The group ID whose permissions are used to run a Lambda function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
uidThe user ID whose permissions are used to run a Lambda function.- Parameters:
- uid- The user ID whose permissions are used to run a Lambda function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-