Uses of Interface
software.amazon.awssdk.services.codedeploy.model.LambdaFunctionInfo.Builder
-
Packages that use LambdaFunctionInfo.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of LambdaFunctionInfo.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return LambdaFunctionInfo.Builder Modifier and Type Method Description static LambdaFunctionInfo.BuilderLambdaFunctionInfo. builder()LambdaFunctionInfo.BuilderLambdaFunctionInfo.Builder. currentVersion(String currentVersion)The version of a Lambda function that production traffic points to.LambdaFunctionInfo.BuilderLambdaFunctionInfo.Builder. functionAlias(String functionAlias)The alias of a Lambda function.LambdaFunctionInfo.BuilderLambdaFunctionInfo.Builder. functionName(String functionName)The name of a Lambda function.LambdaFunctionInfo.BuilderLambdaFunctionInfo.Builder. targetVersion(String targetVersion)The version of a Lambda function that production traffic points to after the Lambda function is deployed.LambdaFunctionInfo.BuilderLambdaFunctionInfo.Builder. targetVersionWeight(Double targetVersionWeight)The percentage of production traffic that the target version of a Lambda function receives.LambdaFunctionInfo.BuilderLambdaFunctionInfo. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type LambdaFunctionInfo.Builder Modifier and Type Method Description static Class<? extends LambdaFunctionInfo.Builder>LambdaFunctionInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type LambdaFunctionInfo.Builder Modifier and Type Method Description default LambdaTarget.BuilderLambdaTarget.Builder. lambdaFunctionInfo(Consumer<LambdaFunctionInfo.Builder> lambdaFunctionInfo)ALambdaFunctionInfoobject that describes a target Lambda function.
-