Interface LambdaConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LambdaConfig.Builder,
,LambdaConfig> SdkBuilder<LambdaConfig.Builder,
,LambdaConfig> SdkPojo
- Enclosing class:
LambdaConfig
@Mutable
@NotThreadSafe
public static interface LambdaConfig.Builder
extends SdkPojo, CopyableBuilder<LambdaConfig.Builder,LambdaConfig>
-
Method Summary
Modifier and TypeMethodDescriptioninvokeType
(String invokeType) The invocation type for a Lambda data source.invokeType
(InvokeType invokeType) The invocation type for a Lambda data source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
invokeType
The invocation type for a Lambda data source.
- Parameters:
invokeType
- The invocation type for a Lambda data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
invokeType
The invocation type for a Lambda data source.
- Parameters:
invokeType
- The invocation type for a Lambda data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-