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