Interface LambdaEndpointInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LambdaEndpointInput.Builder,
,LambdaEndpointInput> SdkBuilder<LambdaEndpointInput.Builder,
,LambdaEndpointInput> SdkPojo
- Enclosing class:
LambdaEndpointInput
@Mutable
@NotThreadSafe
public static interface LambdaEndpointInput.Builder
extends SdkPojo, CopyableBuilder<LambdaEndpointInput.Builder,LambdaEndpointInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Lambda function or alias.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
-
arn
The Amazon Resource Name (ARN) of the Lambda function or alias.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the Lambda function or alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-