Uses of Class
software.aws.awsprototypingsdk.staticwebsite.StaticWebsiteProps.Builder
-
-
Uses of StaticWebsiteProps.Builder in software.aws.awsprototypingsdk.staticwebsite
Methods in software.aws.awsprototypingsdk.staticwebsite that return StaticWebsiteProps.Builder Modifier and Type Method Description static StaticWebsiteProps.BuilderStaticWebsiteProps. builder()StaticWebsiteProps.BuilderStaticWebsiteProps.Builder. defaultWebsiteBucketEncryption(software.amazon.awscdk.services.s3.BucketEncryption defaultWebsiteBucketEncryption)Sets the value ofStaticWebsiteProps.getDefaultWebsiteBucketEncryption()StaticWebsiteProps.BuilderStaticWebsiteProps.Builder. defaultWebsiteBucketEncryptionKey(software.amazon.awscdk.services.kms.Key defaultWebsiteBucketEncryptionKey)Sets the value ofStaticWebsiteProps.getDefaultWebsiteBucketEncryptionKey()StaticWebsiteProps.BuilderStaticWebsiteProps.Builder. distributionProps(software.amazon.awscdk.services.cloudfront.DistributionProps distributionProps)Sets the value ofStaticWebsiteProps.getDistributionProps()StaticWebsiteProps.BuilderStaticWebsiteProps.Builder. runtimeOptions(RuntimeOptions runtimeOptions)Sets the value ofStaticWebsiteProps.getRuntimeOptions()StaticWebsiteProps.BuilderStaticWebsiteProps.Builder. webAclProps(CloudFrontWebAclProps webAclProps)Sets the value ofStaticWebsiteProps.getWebAclProps()StaticWebsiteProps.BuilderStaticWebsiteProps.Builder. websiteBucket(software.amazon.awscdk.services.s3.IBucket websiteBucket)Sets the value ofStaticWebsiteProps.getWebsiteBucket()StaticWebsiteProps.BuilderStaticWebsiteProps.Builder. websiteContentPath(String websiteContentPath)Sets the value ofStaticWebsiteProps.getWebsiteContentPath()Constructors in software.aws.awsprototypingsdk.staticwebsite with parameters of type StaticWebsiteProps.Builder Constructor Description Jsii$Proxy(StaticWebsiteProps.Builder builder)Constructor that initializes the object based on literal property values passed by theStaticWebsiteProps.Builder.
-