Class CfnTablePolicyPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTablePolicyPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePolicyPropsMixin>
- Enclosing class:
CfnTablePolicyPropsMixin
@Stability(Stable)
public static final class CfnTablePolicyPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePolicyPropsMixin>
A fluent builder for
CfnTablePolicyPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) resourcePolicy(Object resourcePolicy) TheJSONthat defines the policy.The Amazon Resource Name (ARN) of the table.
-
Method Details
-
create
@Stability(Stable) public static CfnTablePolicyPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTablePolicyPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTablePolicyPropsMixin.Builder.
-
resourcePolicy
TheJSONthat defines the policy.- Parameters:
resourcePolicy- TheJSONthat defines the policy. This parameter is required.- Returns:
this- See Also:
-
tableArn
The Amazon Resource Name (ARN) of the table.- Parameters:
tableArn- The Amazon Resource Name (ARN) of the table. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePolicyPropsMixin>- Returns:
- a newly built instance of
CfnTablePolicyPropsMixin.
-