Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnAccessPointPropsMixin.Builder
Packages that use CfnAccessPointPropsMixin.Builder
-
Uses of CfnAccessPointPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.s3
Methods in software.amazon.awscdk.cfnpropertymixins.services.s3 that return CfnAccessPointPropsMixin.BuilderModifier and TypeMethodDescriptionThe name of the bucket associated with this access point.CfnAccessPointPropsMixin.Builder.bucket(IBucketRef bucket) The name of the bucket associated with this access point.CfnAccessPointPropsMixin.Builder.bucketAccountId(String bucketAccountId) The AWS account ID associated with the S3 bucket associated with this access point.CfnAccessPointPropsMixin.Builder.create()CfnAccessPointPropsMixin.Builder.create(CfnPropertyMixinOptions options) The name of this access point.The access point policy associated with this access point.CfnAccessPointPropsMixin.Builder.publicAccessBlockConfiguration(CfnAccessPointPropsMixin.PublicAccessBlockConfigurationProperty publicAccessBlockConfiguration) The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket.CfnAccessPointPropsMixin.Builder.publicAccessBlockConfiguration(IResolvable publicAccessBlockConfiguration) The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket.An array of tags that you can apply to access points.CfnAccessPointPropsMixin.Builder.vpcConfiguration(CfnAccessPointPropsMixin.VpcConfigurationProperty vpcConfiguration) The Virtual Private Cloud (VPC) configuration for this access point, if one exists.CfnAccessPointPropsMixin.Builder.vpcConfiguration(IResolvable vpcConfiguration) The Virtual Private Cloud (VPC) configuration for this access point, if one exists.