Uses of Class
software.amazon.awscdk.cxapi.TreeCloudArtifact.Builder
Packages that use TreeCloudArtifact.Builder
-
Uses of TreeCloudArtifact.Builder in software.amazon.awscdk.cxapi
Methods in software.amazon.awscdk.cxapi that return TreeCloudArtifact.BuilderModifier and TypeMethodDescriptionstatic TreeCloudArtifact.BuilderTreeCloudArtifact.Builder.create(CloudAssembly assembly, String name) TreeCloudArtifact.Builder.dependencies(List<String> dependencies) IDs of artifacts that must be deployed before this artifact.TreeCloudArtifact.Builder.displayName(String displayName) A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree.TreeCloudArtifact.Builder.environment(String environment) The environment into which this artifact is deployed.TreeCloudArtifact.Builder.metadata(Map<String, ? extends List<? extends MetadataEntry>> metadata) Associated metadata.TreeCloudArtifact.Builder.properties(AssetManifestProperties properties) The set of properties for this artifact (depends on type).TreeCloudArtifact.Builder.properties(AwsCloudFormationStackProperties properties) The set of properties for this artifact (depends on type).TreeCloudArtifact.Builder.properties(FeatureFlagReportProperties properties) The set of properties for this artifact (depends on type).TreeCloudArtifact.Builder.properties(NestedCloudAssemblyProperties properties) The set of properties for this artifact (depends on type).TreeCloudArtifact.Builder.properties(TreeArtifactProperties properties) The set of properties for this artifact (depends on type).TreeCloudArtifact.Builder.type(ArtifactType type) The type of artifact.