public static interface CodeHookSpecification.Builder extends SdkPojo, CopyableBuilder<CodeHookSpecification.Builder,CodeHookSpecification>
| Modifier and Type | Method and Description |
|---|---|
default CodeHookSpecification.Builder |
lambdaCodeHook(Consumer<LambdaCodeHook.Builder> lambdaCodeHook)
Sets the value of the LambdaCodeHook property for this object.
|
CodeHookSpecification.Builder |
lambdaCodeHook(LambdaCodeHook lambdaCodeHook)
Sets the value of the LambdaCodeHook property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodeHookSpecification.Builder lambdaCodeHook(LambdaCodeHook lambdaCodeHook)
lambdaCodeHook - The new value for the LambdaCodeHook property for this object.default CodeHookSpecification.Builder lambdaCodeHook(Consumer<LambdaCodeHook.Builder> lambdaCodeHook)
LambdaCodeHook.Builder avoiding the need to
create one manually via LambdaCodeHook.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lambdaCodeHook(LambdaCodeHook).lambdaCodeHook - a consumer that will call methods on LambdaCodeHook.BuilderlambdaCodeHook(LambdaCodeHook)Copyright © 2021. All rights reserved.