@Stability(value=Stable) public static final class CustSupportRoleProps.Builder extends Object implements software.amazon.jsii.Builder<CustSupportRoleProps>
CustSupportRoleProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CustSupportRoleProps |
build()
Builds the configured instance.
|
CustSupportRoleProps.Builder |
iamRoleName(String iamRoleName)
Sets the value of
CustSupportRoleProps.getIamRoleName() |
CustSupportRoleProps.Builder |
objectLambdaAccessPointName(String objectLambdaAccessPointName)
Sets the value of
CustSupportRoleProps.getObjectLambdaAccessPointName() |
CustSupportRoleProps.Builder |
policyName(String policyName)
Sets the value of
CustSupportRoleProps.getPolicyName() |
@Stability(value=Stable) public CustSupportRoleProps.Builder iamRoleName(String iamRoleName)
CustSupportRoleProps.getIamRoleName()iamRoleName - The name of the IAM role.this@Stability(value=Stable) public CustSupportRoleProps.Builder objectLambdaAccessPointName(String objectLambdaAccessPointName)
CustSupportRoleProps.getObjectLambdaAccessPointName()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@Stability(value=Stable) public CustSupportRoleProps.Builder policyName(String policyName)
CustSupportRoleProps.getPolicyName()policyName - The name of the IAM policy for the IAM role.this@Stability(value=Stable) public CustSupportRoleProps build()
build in interface software.amazon.jsii.Builder<CustSupportRoleProps>CustSupportRolePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.