Uses of Class
io.github.hsiehshujeng.cdk.comprehend.s3olap.BillingRole.Builder
-
-
Uses of BillingRole.Builder in io.github.hsiehshujeng.cdk.comprehend.s3olap
Methods in io.github.hsiehshujeng.cdk.comprehend.s3olap that return BillingRole.Builder Modifier and Type Method Description static BillingRole.BuilderBillingRole.Builder. create(software.constructs.Construct scope, String id)BillingRole.BuilderBillingRole.Builder. iamRoleName(String iamRoleName)The name of the IAM role.BillingRole.BuilderBillingRole.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.BillingRole.BuilderBillingRole.Builder. policyName(String policyName)The name of the IAM policy for the IAM role.
-