Uses of Interface
software.amazon.awssdk.services.greengrass.model.FunctionExecutionConfig.Builder
-
Packages that use FunctionExecutionConfig.Builder Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of FunctionExecutionConfig.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return FunctionExecutionConfig.Builder Modifier and Type Method Description static FunctionExecutionConfig.BuilderFunctionExecutionConfig. builder()FunctionExecutionConfig.BuilderFunctionExecutionConfig.Builder. isolationMode(String isolationMode)Sets the value of the IsolationMode property for this object.FunctionExecutionConfig.BuilderFunctionExecutionConfig.Builder. isolationMode(FunctionIsolationMode isolationMode)Sets the value of the IsolationMode property for this object.default FunctionExecutionConfig.BuilderFunctionExecutionConfig.Builder. runAs(Consumer<FunctionRunAsConfig.Builder> runAs)Sets the value of the RunAs property for this object.FunctionExecutionConfig.BuilderFunctionExecutionConfig.Builder. runAs(FunctionRunAsConfig runAs)Sets the value of the RunAs property for this object.FunctionExecutionConfig.BuilderFunctionExecutionConfig. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type FunctionExecutionConfig.Builder Modifier and Type Method Description static Class<? extends FunctionExecutionConfig.Builder>FunctionExecutionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.greengrass.model with type arguments of type FunctionExecutionConfig.Builder Modifier and Type Method Description default FunctionConfigurationEnvironment.BuilderFunctionConfigurationEnvironment.Builder. execution(Consumer<FunctionExecutionConfig.Builder> execution)Configuration related to executing the Lambda function This is a convenience method that creates an instance of theFunctionExecutionConfig.Builderavoiding the need to create one manually viaFunctionExecutionConfig.builder().
-