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