Uses of Class
software.amazon.awscdk.services.s3.CfnAccessPoint.Builder
Packages that use CfnAccessPoint.Builder
-
Uses of CfnAccessPoint.Builder in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return CfnAccessPoint.BuilderModifier and TypeMethodDescriptionThe name of the bucket associated with this access point.CfnAccessPoint.Builder.bucketAccountId(String bucketAccountId) The AWS account ID associated with the S3 bucket associated with this access point.static CfnAccessPoint.BuilderThe name of this access point.The access point policy associated with this access point.CfnAccessPoint.Builder.publicAccessBlockConfiguration(IResolvable publicAccessBlockConfiguration) The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket.CfnAccessPoint.Builder.publicAccessBlockConfiguration(CfnAccessPoint.PublicAccessBlockConfigurationProperty 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.CfnAccessPoint.Builder.vpcConfiguration(IResolvable vpcConfiguration) The Virtual Private Cloud (VPC) configuration for this access point, if one exists.CfnAccessPoint.Builder.vpcConfiguration(CfnAccessPoint.VpcConfigurationProperty vpcConfiguration) The Virtual Private Cloud (VPC) configuration for this access point, if one exists.