Uses of Class
software.amazon.awscdk.services.lightsail.CfnBucket.Builder
Packages that use CfnBucket.Builder
-
Uses of CfnBucket.Builder in software.amazon.awscdk.services.lightsail
Methods in software.amazon.awscdk.services.lightsail that return CfnBucket.BuilderModifier and TypeMethodDescriptionCfnBucket.Builder.accessRules(IResolvable accessRules) An object that describes the access rules for the bucket.CfnBucket.Builder.accessRules(CfnBucket.AccessRulesProperty accessRules) An object that describes the access rules for the bucket.CfnBucket.Builder.bucketName(String bucketName) The name of the bucket.The bundle ID for the bucket (for example,small_1_0).static CfnBucket.BuilderCfnBucket.Builder.objectVersioning(Boolean objectVersioning) Indicates whether object versioning is enabled for the bucket.CfnBucket.Builder.objectVersioning(IResolvable objectVersioning) Indicates whether object versioning is enabled for the bucket.CfnBucket.Builder.readOnlyAccessAccounts(List<String> readOnlyAccessAccounts) An array of AWS account IDs that have read-only access to the bucket.CfnBucket.Builder.resourcesReceivingAccess(List<String> resourcesReceivingAccess) An array of Lightsail instances that have access to the bucket.An array of key-value pairs to apply to this resource.