| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFunctionInfo.Builder |
LambdaFunctionInfo.builder() |
LambdaFunctionInfo.Builder |
LambdaFunctionInfo.Builder.currentVersion(String currentVersion)
The version of a Lambda function that production traffic points to.
|
LambdaFunctionInfo.Builder |
LambdaFunctionInfo.Builder.functionAlias(String functionAlias)
The alias of a Lambda function.
|
LambdaFunctionInfo.Builder |
LambdaFunctionInfo.Builder.functionName(String functionName)
The name of a Lambda function.
|
LambdaFunctionInfo.Builder |
LambdaFunctionInfo.Builder.targetVersion(String targetVersion)
The version of a Lambda function that production traffic points to after the Lambda function is deployed.
|
LambdaFunctionInfo.Builder |
LambdaFunctionInfo.Builder.targetVersionWeight(Double targetVersionWeight)
The percentage of production traffic that the target version of a Lambda function receives.
|
LambdaFunctionInfo.Builder |
LambdaFunctionInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaFunctionInfo.Builder> |
LambdaFunctionInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LambdaTarget.Builder |
LambdaTarget.Builder.lambdaFunctionInfo(Consumer<LambdaFunctionInfo.Builder> lambdaFunctionInfo)
A
LambdaFunctionInfo object that describes a target Lambda function. |
Copyright © 2021. All rights reserved.