Interface LambdaInterceptorConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LambdaInterceptorConfiguration.Builder,,LambdaInterceptorConfiguration> SdkBuilder<LambdaInterceptorConfiguration.Builder,,LambdaInterceptorConfiguration> SdkPojo
- Enclosing class:
LambdaInterceptorConfiguration
@Mutable
@NotThreadSafe
public static interface LambdaInterceptorConfiguration.Builder
extends SdkPojo, CopyableBuilder<LambdaInterceptorConfiguration.Builder,LambdaInterceptorConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe arn of the lambda function to be invoked for the interceptor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The arn of the lambda function to be invoked for the interceptor.
- Parameters:
arn- The arn of the lambda function to be invoked for the interceptor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-