Uses of Class
software.amazon.awscdk.services.s3.BucketAttributes.Builder
-
Uses of BucketAttributes.Builder in software.amazon.awscdk.services.s3
Modifier and TypeMethodDescriptionSets the value ofBucketAttributes.getAccount()
Sets the value ofBucketAttributes.getBucketArn()
BucketAttributes.Builder.bucketDomainName
(String bucketDomainName) Sets the value ofBucketAttributes.getBucketDomainName()
BucketAttributes.Builder.bucketDualStackDomainName
(String bucketDualStackDomainName) Sets the value ofBucketAttributes.getBucketDualStackDomainName()
BucketAttributes.Builder.bucketName
(String bucketName) Sets the value ofBucketAttributes.getBucketName()
BucketAttributes.Builder.bucketRegionalDomainName
(String bucketRegionalDomainName) Sets the value ofBucketAttributes.getBucketRegionalDomainName()
BucketAttributes.Builder.bucketWebsiteNewUrlFormat
(Boolean bucketWebsiteNewUrlFormat) Sets the value ofBucketAttributes.getBucketWebsiteNewUrlFormat()
BucketAttributes.Builder.bucketWebsiteUrl
(String bucketWebsiteUrl) Sets the value ofBucketAttributes.getBucketWebsiteUrl()
static BucketAttributes.Builder
BucketAttributes.builder()
BucketAttributes.Builder.encryptionKey
(IKey encryptionKey) Sets the value ofBucketAttributes.getEncryptionKey()
Sets the value ofBucketAttributes.getIsWebsite()
BucketAttributes.Builder.notificationsHandlerRole
(IRole notificationsHandlerRole) Sets the value ofBucketAttributes.getNotificationsHandlerRole()
Sets the value ofBucketAttributes.getRegion()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(BucketAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theBucketAttributes.Builder
.