@Generated(value="software.amazon.awssdk:codegen") public final class LambdaFunctionInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaFunctionInfo.Builder,LambdaFunctionInfo>
Information about a Lambda function specified in a deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LambdaFunctionInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFunctionInfo.Builder |
builder() |
String |
currentVersion()
The version of a Lambda function that production traffic points to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
functionAlias()
The alias of a Lambda function.
|
String |
functionName()
The name of a Lambda function.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LambdaFunctionInfo.Builder> |
serializableBuilderClass() |
String |
targetVersion()
The version of a Lambda function that production traffic points to after the Lambda function is deployed.
|
Double |
targetVersionWeight()
The percentage of production traffic that the target version of a Lambda function receives.
|
LambdaFunctionInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String functionName()
The name of a Lambda function.
public final String functionAlias()
The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.
public final String currentVersion()
The version of a Lambda function that production traffic points to.
public final String targetVersion()
The version of a Lambda function that production traffic points to after the Lambda function is deployed.
public final Double targetVersionWeight()
The percentage of production traffic that the target version of a Lambda function receives.
public LambdaFunctionInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LambdaFunctionInfo.Builder,LambdaFunctionInfo>public static LambdaFunctionInfo.Builder builder()
public static Class<? extends LambdaFunctionInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.