Uses of Class
software.amazon.awscdk.core.StackProps.Builder
Packages that use StackProps.Builder
-
Uses of StackProps.Builder in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return StackProps.BuilderModifier and TypeMethodDescriptionStackProps.Builder.analyticsReporting
(Boolean analyticsReporting) Sets the value ofStackProps.getAnalyticsReporting()
static StackProps.Builder
StackProps.builder()
StackProps.Builder.description
(String description) Sets the value ofStackProps.getDescription()
StackProps.Builder.env
(Environment env) Sets the value ofStackProps.getEnv()
Sets the value ofStackProps.getStackName()
StackProps.Builder.synthesizer
(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()
Sets the value ofStackProps.getTags()
StackProps.Builder.terminationProtection
(Boolean terminationProtection) Sets the value ofStackProps.getTerminationProtection()
Constructors in software.amazon.awscdk.core with parameters of type StackProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(StackProps.Builder builder) Constructor that initializes the object based on literal property values passed by theStackProps.Builder
.