static LambdaTarget.Builder |
LambdaTarget.builder() |
|
LambdaTarget.Builder |
LambdaTarget.Builder.deploymentId(String deploymentId) |
The unique ID of a deployment.
|
default LambdaTarget.Builder |
LambdaTarget.Builder.lambdaFunctionInfo(Consumer<LambdaFunctionInfo.Builder> lambdaFunctionInfo) |
A LambdaFunctionInfo object that describes a target Lambda function.
|
LambdaTarget.Builder |
LambdaTarget.Builder.lambdaFunctionInfo(LambdaFunctionInfo lambdaFunctionInfo) |
A LambdaFunctionInfo object that describes a target Lambda function.
|
LambdaTarget.Builder |
LambdaTarget.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The date and time when the target Lambda function was updated by a deployment.
|
LambdaTarget.Builder |
LambdaTarget.Builder.lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents) |
The lifecycle events of the deployment to this target Lambda function.
|
LambdaTarget.Builder |
LambdaTarget.Builder.lifecycleEvents(Consumer<LifecycleEvent.Builder>... lifecycleEvents) |
The lifecycle events of the deployment to this target Lambda function.
|
LambdaTarget.Builder |
LambdaTarget.Builder.lifecycleEvents(LifecycleEvent... lifecycleEvents) |
The lifecycle events of the deployment to this target Lambda function.
|
LambdaTarget.Builder |
LambdaTarget.Builder.status(String status) |
The status an Lambda deployment's target Lambda function.
|
LambdaTarget.Builder |
LambdaTarget.Builder.status(TargetStatus status) |
The status an Lambda deployment's target Lambda function.
|
LambdaTarget.Builder |
LambdaTarget.Builder.targetArn(String targetArn) |
The Amazon Resource Name (ARN) of the target.
|
LambdaTarget.Builder |
LambdaTarget.Builder.targetId(String targetId) |
The unique ID of a deployment target that has a type of lambdaTarget.
|
LambdaTarget.Builder |
LambdaTarget.toBuilder() |
|