Uses of Class
io.github.hsiehshujeng.cdk.comprehend.s3olap.GeneralRole.Builder
-
-
Uses of GeneralRole.Builder in io.github.hsiehshujeng.cdk.comprehend.s3olap
Methods in io.github.hsiehshujeng.cdk.comprehend.s3olap that return GeneralRole.Builder Modifier and Type Method Description static GeneralRole.BuilderGeneralRole.Builder. create(software.constructs.Construct scope, String id)GeneralRole.BuilderGeneralRole.Builder. iamRoleName(String iamRoleName)The name of the IAM role.GeneralRole.BuilderGeneralRole.Builder. objectLambdaAccessPointName(String objectLambdaAccessPointName)The name of the object Lambda access point, which will be the same as the S3 acceess point for the S3 bucket in the demostration.GeneralRole.BuilderGeneralRole.Builder. policyName(String policyName)The name of the IAM policy for the IAM role.
-