public static interface FunctionExecutionConfig.Builder extends SdkPojo, CopyableBuilder<FunctionExecutionConfig.Builder,FunctionExecutionConfig>
Modifier and Type | Method and Description |
---|---|
FunctionExecutionConfig.Builder |
isolationMode(FunctionIsolationMode isolationMode)
Sets the value of the IsolationMode property for this object.
|
FunctionExecutionConfig.Builder |
isolationMode(String isolationMode)
Sets the value of the IsolationMode property for this object.
|
default FunctionExecutionConfig.Builder |
runAs(Consumer<FunctionRunAsConfig.Builder> runAs)
Sets the value of the RunAs property for this object.
|
FunctionExecutionConfig.Builder |
runAs(FunctionRunAsConfig runAs)
Sets the value of the RunAs property for this object.
|
copy
applyMutation, build
FunctionExecutionConfig.Builder isolationMode(String isolationMode)
isolationMode
- The new value for the IsolationMode property for this object.FunctionIsolationMode
,
FunctionIsolationMode
FunctionExecutionConfig.Builder isolationMode(FunctionIsolationMode isolationMode)
isolationMode
- The new value for the IsolationMode property for this object.FunctionIsolationMode
,
FunctionIsolationMode
FunctionExecutionConfig.Builder runAs(FunctionRunAsConfig runAs)
runAs
- The new value for the RunAs property for this object.default FunctionExecutionConfig.Builder runAs(Consumer<FunctionRunAsConfig.Builder> runAs)
FunctionRunAsConfig.Builder
avoiding the need
to create one manually via FunctionRunAsConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to runAs(FunctionRunAsConfig)
.runAs
- a consumer that will call methods on FunctionRunAsConfig.Builder
runAs(FunctionRunAsConfig)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.