Uses of Class
software.amazon.awscdk.services.s3.deployment.DeployTimeSubstitutedFileProps.Builder
Package
Description
AWS S3 Deployment Construct Library
-
Uses of DeployTimeSubstitutedFileProps.Builder in software.amazon.awscdk.services.s3.deployment
Modifier and TypeMethodDescriptionDeployTimeSubstitutedFileProps.builder()
DeployTimeSubstitutedFileProps.Builder.destinationBucket
(IBucket destinationBucket) Sets the value ofDeployTimeSubstitutedFileProps.getDestinationBucket()
DeployTimeSubstitutedFileProps.Builder.destinationKey
(String destinationKey) Sets the value ofDeployTimeSubstitutedFileProps.getDestinationKey()
Sets the value ofDeployTimeSubstitutedFileProps.getRole()
Sets the value ofDeployTimeSubstitutedFileProps.getSource()
DeployTimeSubstitutedFileProps.Builder.substitutions
(Map<String, String> substitutions) Sets the value ofDeployTimeSubstitutedFileProps.getSubstitutions()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDeployTimeSubstitutedFileProps.Builder
.