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 SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Lambda function used as an endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe Amazon Resource Name (ARN) of the Lambda function used as an endpoint. - Parameters:
- arn- The Amazon Resource Name (ARN) of the Lambda function used as an endpoint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-