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