@Stability(value=Stable) public static final class GeneralRole.Builder extends Object implements software.amazon.jsii.Builder<GeneralRole>
GeneralRole.| Modifier and Type | Method and Description |
|---|---|
GeneralRole |
build() |
static GeneralRole.Builder |
create(software.amazon.awscdk.core.Construct scope,
String id) |
GeneralRole.Builder |
iamRoleName(String iamRoleName)
The name of the IAM role.
|
GeneralRole.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.Builder |
policyName(String policyName)
The name of the IAM policy for the IAM role.
|
@Stability(value=Stable) public static GeneralRole.Builder create(software.amazon.awscdk.core.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.GeneralRole.Builder.@Stability(value=Stable) public GeneralRole.Builder iamRoleName(String iamRoleName)
Default: 'GeneralRole'
iamRoleName - The name of the IAM role. This parameter is required.this@Stability(value=Stable) public GeneralRole.Builder objectLambdaAccessPointName(String objectLambdaAccessPointName)
Default: 'accessctl-s3olap-survey-results-unknown-pii'
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. This parameter is required.this@Stability(value=Stable) public GeneralRole.Builder policyName(String policyName)
Default: 'general-role-s3olap-policy'
policyName - The name of the IAM policy for the IAM role. This parameter is required.this@Stability(value=Stable) public GeneralRole build()
build in interface software.amazon.jsii.Builder<GeneralRole>Copyright © 2021. All rights reserved.