Class CfnTablePolicy.Builder
java.lang.Object
software.amazon.awscdk.services.s3tables.CfnTablePolicy.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePolicy>
- Enclosing class:
CfnTablePolicy
@Stability(Stable)
public static final class CfnTablePolicy.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePolicy>
A fluent builder for
CfnTablePolicy.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnTablePolicy.BuilderresourcePolicy(Object resourcePolicy) TheJSONthat defines the policy.The Amazon Resource Name (ARN) of the table.
-
Method Details
-
create
@Stability(Stable) public static CfnTablePolicy.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnTablePolicy.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<CfnTablePolicy>- Returns:
- a newly built instance of
CfnTablePolicy.
-