Interface LambdaConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LambdaConfiguration.Builder,
,LambdaConfiguration> SdkBuilder<LambdaConfiguration.Builder,
,LambdaConfiguration> SdkPojo
- Enclosing class:
LambdaConfiguration
@Mutable
@NotThreadSafe
public static interface LambdaConfiguration.Builder
extends SdkPojo, CopyableBuilder<LambdaConfiguration.Builder,LambdaConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioninvocationType
(String invocationType) Controls how the Lambda function is invoked.invocationType
(InvocationType invocationType) Controls how the Lambda function is invoked.resourceArn
(String resourceArn) The ARN of the Lambda message processing function.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
-
resourceArn
The ARN of the Lambda message processing function.
- Parameters:
resourceArn
- The ARN of the Lambda message processing function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationType
Controls how the Lambda function is invoked.
- Parameters:
invocationType
- Controls how the Lambda function is invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
invocationType
Controls how the Lambda function is invoked.
- Parameters:
invocationType
- Controls how the Lambda function is invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-