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