Uses of Class
software.amazon.awscdk.cxapi.TreeCloudArtifact.Builder
-
Uses of TreeCloudArtifact.Builder in software.amazon.awscdk.cxapi
Modifier and TypeMethodDescriptionstatic TreeCloudArtifact.Builder
TreeCloudArtifact.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 represents this artifact.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
(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.