Interface LambdaEndpointInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LambdaEndpointInput.Builder,LambdaEndpointInput>,SdkBuilder<LambdaEndpointInput.Builder,LambdaEndpointInput>,SdkPojo
- Enclosing class:
- LambdaEndpointInput
public static interface LambdaEndpointInput.Builder extends SdkPojo, CopyableBuilder<LambdaEndpointInput.Builder,LambdaEndpointInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LambdaEndpointInput.Builderarn(String arn)The 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 Detail
-
arn
LambdaEndpointInput.Builder arn(String 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.
-
-