public static interface LambdaFunctionInfo.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionInfo.Builder,LambdaFunctionInfo>
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionInfo.Builder |
currentVersion(String currentVersion)
The version of a Lambda function that production traffic points to.
|
LambdaFunctionInfo.Builder |
functionAlias(String functionAlias)
The alias of a Lambda function.
|
LambdaFunctionInfo.Builder |
functionName(String functionName)
The name of a Lambda function.
|
LambdaFunctionInfo.Builder |
targetVersion(String targetVersion)
The version of a Lambda function that production traffic points to after the Lambda function is deployed.
|
LambdaFunctionInfo.Builder |
targetVersionWeight(Double targetVersionWeight)
The percentage of production traffic that the target version of a Lambda function receives.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaFunctionInfo.Builder functionName(String functionName)
The name of a Lambda function.
functionName - The name of a Lambda function.LambdaFunctionInfo.Builder functionAlias(String functionAlias)
The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.
functionAlias - The alias of a Lambda function. For more information, see Lambda Function Aliases in
the Lambda Developer Guide.LambdaFunctionInfo.Builder currentVersion(String currentVersion)
The version of a Lambda function that production traffic points to.
currentVersion - The version of a Lambda function that production traffic points to.LambdaFunctionInfo.Builder targetVersion(String targetVersion)
The version of a Lambda function that production traffic points to after the Lambda function is deployed.
targetVersion - The version of a Lambda function that production traffic points to after the Lambda function is
deployed.LambdaFunctionInfo.Builder targetVersionWeight(Double targetVersionWeight)
The percentage of production traffic that the target version of a Lambda function receives.
targetVersionWeight - The percentage of production traffic that the target version of a Lambda function receives.Copyright © 2023. All rights reserved.