Uses of Class
software.aws.awsprototypingsdk.cdkgraph.CdkGraphArtifact.Builder
-
-
Uses of CdkGraphArtifact.Builder in software.aws.awsprototypingsdk.cdkgraph
Methods in software.aws.awsprototypingsdk.cdkgraph that return CdkGraphArtifact.Builder Modifier and Type Method Description static CdkGraphArtifact.BuilderCdkGraphArtifact. builder()CdkGraphArtifact.BuilderCdkGraphArtifact.Builder. description(String description)Sets the value ofCdkGraphArtifact.getDescription()CdkGraphArtifact.BuilderCdkGraphArtifact.Builder. filename(String filename)Sets the value ofCdkGraphArtifact.getFilename()CdkGraphArtifact.BuilderCdkGraphArtifact.Builder. filepath(String filepath)Sets the value ofCdkGraphArtifact.getFilepath()CdkGraphArtifact.BuilderCdkGraphArtifact.Builder. id(String id)Sets the value ofCdkGraphArtifact.getId()CdkGraphArtifact.BuilderCdkGraphArtifact.Builder. source(String source)Sets the value ofCdkGraphArtifact.getSource()Constructors in software.aws.awsprototypingsdk.cdkgraph with parameters of type CdkGraphArtifact.Builder Constructor Description Jsii$Proxy(CdkGraphArtifact.Builder builder)Constructor that initializes the object based on literal property values passed by theCdkGraphArtifact.Builder.
-