@Stability(value=Stable) public static final class LambdaArnCaptorCustomResource.Builder extends Object implements software.amazon.jsii.Builder<LambdaArnCaptorCustomResource>
LambdaArnCaptorCustomResource.| Modifier and Type | Method and Description |
|---|---|
LambdaArnCaptorCustomResource |
build() |
static LambdaArnCaptorCustomResource.Builder |
create(software.amazon.awscdk.core.Construct scope,
String id) |
LambdaArnCaptorCustomResource.Builder |
partialLambdaName(String partialLambdaName)
The partial fixed name of the gemeral Lambda function created from the serverless application.
|
LambdaArnCaptorCustomResource.Builder |
roleName(String roleName)
the name of the corresponding IAM role.
|
@Stability(value=Stable) public static LambdaArnCaptorCustomResource.Builder create(software.amazon.awscdk.core.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.LambdaArnCaptorCustomResource.Builder.@Stability(value=Stable) public LambdaArnCaptorCustomResource.Builder partialLambdaName(String partialLambdaName)
partialLambdaName - The partial fixed name of the gemeral Lambda function created from the serverless application. This parameter is required.this@Stability(value=Stable) public LambdaArnCaptorCustomResource.Builder roleName(String roleName)
roleName - the name of the corresponding IAM role. This parameter is required.this@Stability(value=Stable) public LambdaArnCaptorCustomResource build()
build in interface software.amazon.jsii.Builder<LambdaArnCaptorCustomResource>Copyright © 2021. All rights reserved.