Uses of Class
com.hashicorp.cdktf.StackManifest.Builder
Packages that use StackManifest.Builder
-
Uses of StackManifest.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return StackManifest.BuilderModifier and TypeMethodDescriptionStackManifest.Builder.annotations
(List<? extends StackAnnotation> annotations) Sets the value ofStackManifest.getAnnotations()
static StackManifest.Builder
StackManifest.builder()
StackManifest.Builder.constructPath
(String constructPath) Sets the value ofStackManifest.getConstructPath()
StackManifest.Builder.dependencies
(List<String> dependencies) Sets the value ofStackManifest.getDependencies()
Sets the value ofStackManifest.getName()
StackManifest.Builder.stackMetadataPath
(String stackMetadataPath) Sets the value ofStackManifest.getStackMetadataPath()
StackManifest.Builder.synthesizedStackPath
(String synthesizedStackPath) Sets the value ofStackManifest.getSynthesizedStackPath()
StackManifest.Builder.workingDirectory
(String workingDirectory) Sets the value ofStackManifest.getWorkingDirectory()
Constructors in com.hashicorp.cdktf with parameters of type StackManifest.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(StackManifest.Builder builder) Constructor that initializes the object based on literal property values passed by theStackManifest.Builder
.