Uses of Interface
software.amazon.awssdk.services.greengrass.model.FunctionDefaultExecutionConfig.Builder
-
Packages that use FunctionDefaultExecutionConfig.Builder Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of FunctionDefaultExecutionConfig.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return FunctionDefaultExecutionConfig.Builder Modifier and Type Method Description static FunctionDefaultExecutionConfig.BuilderFunctionDefaultExecutionConfig. builder()FunctionDefaultExecutionConfig.BuilderFunctionDefaultExecutionConfig.Builder. isolationMode(String isolationMode)Sets the value of the IsolationMode property for this object.FunctionDefaultExecutionConfig.BuilderFunctionDefaultExecutionConfig.Builder. isolationMode(FunctionIsolationMode isolationMode)Sets the value of the IsolationMode property for this object.default FunctionDefaultExecutionConfig.BuilderFunctionDefaultExecutionConfig.Builder. runAs(Consumer<FunctionRunAsConfig.Builder> runAs)Sets the value of the RunAs property for this object.FunctionDefaultExecutionConfig.BuilderFunctionDefaultExecutionConfig.Builder. runAs(FunctionRunAsConfig runAs)Sets the value of the RunAs property for this object.FunctionDefaultExecutionConfig.BuilderFunctionDefaultExecutionConfig. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type FunctionDefaultExecutionConfig.Builder Modifier and Type Method Description static Class<? extends FunctionDefaultExecutionConfig.Builder>FunctionDefaultExecutionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.greengrass.model with type arguments of type FunctionDefaultExecutionConfig.Builder Modifier and Type Method Description default FunctionDefaultConfig.BuilderFunctionDefaultConfig.Builder. execution(Consumer<FunctionDefaultExecutionConfig.Builder> execution)Sets the value of the Execution property for this object.
-