Class LambdaArnCaptorCustomResource.Builder
- java.lang.Object
-
- io.github.hsiehshujeng.cdk.comprehend.s3olap.LambdaArnCaptorCustomResource.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LambdaArnCaptorCustomResource>
- Enclosing class:
- LambdaArnCaptorCustomResource
@Stability(Stable) public static final class LambdaArnCaptorCustomResource.Builder extends Object implements software.amazon.jsii.Builder<LambdaArnCaptorCustomResource>
A fluent builder forLambdaArnCaptorCustomResource.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LambdaArnCaptorCustomResourcebuild()static LambdaArnCaptorCustomResource.Buildercreate(software.constructs.Construct scope, String id)LambdaArnCaptorCustomResource.BuilderpartialLambdaName(String partialLambdaName)The partial fixed name of the gemeral Lambda function created from the serverless application.LambdaArnCaptorCustomResource.BuilderroleName(String roleName)the name of the corresponding IAM role.
-
-
-
Method Detail
-
create
@Stability(Stable) public static LambdaArnCaptorCustomResource.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- This parameter is required.id- This parameter is required.- Returns:
- a new instance of
LambdaArnCaptorCustomResource.Builder.
-
partialLambdaName
@Stability(Stable) public LambdaArnCaptorCustomResource.Builder partialLambdaName(String partialLambdaName)
The partial fixed name of the gemeral Lambda function created from the serverless application.- Parameters:
partialLambdaName- The partial fixed name of the gemeral Lambda function created from the serverless application. This parameter is required.- Returns:
this
-
roleName
@Stability(Stable) public LambdaArnCaptorCustomResource.Builder roleName(String roleName)
the name of the corresponding IAM role.- Parameters:
roleName- the name of the corresponding IAM role. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public LambdaArnCaptorCustomResource build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LambdaArnCaptorCustomResource>
-
-