Uses of Class
software.amazon.awscdk.FileAssetLocation.Builder
-
Uses of FileAssetLocation.Builder in software.amazon.awscdk
Modifier and TypeMethodDescriptionFileAssetLocation.Builder.bucketName
(String bucketName) Sets the value ofFileAssetLocation.getBucketName()
static FileAssetLocation.Builder
FileAssetLocation.builder()
Sets the value ofFileAssetLocation.getHttpUrl()
Sets the value ofFileAssetLocation.getKmsKeyArn()
Sets the value ofFileAssetLocation.getObjectKey()
FileAssetLocation.Builder.s3ObjectUrl
(String s3ObjectUrl) Sets the value ofFileAssetLocation.getS3ObjectUrl()
FileAssetLocation.Builder.s3ObjectUrlWithPlaceholders
(String s3ObjectUrlWithPlaceholders) Sets the value ofFileAssetLocation.getS3ObjectUrlWithPlaceholders()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FileAssetLocation.Builder builder) Constructor that initializes the object based on literal property values passed by theFileAssetLocation.Builder
.