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