Uses of Class
software.aws.awsprototypingsdk.cdkgraph.SGEntity.Builder
-
-
Uses of SGEntity.Builder in software.aws.awsprototypingsdk.cdkgraph
Methods in software.aws.awsprototypingsdk.cdkgraph that return SGEntity.Builder Modifier and Type Method Description SGEntity.BuilderSGEntity.Builder. attributes(Map<String,? extends Object> attributes)Sets the value ofSGEntity.getAttributes()static SGEntity.BuilderSGEntity. builder()SGEntity.BuilderSGEntity.Builder. flags(List<? extends FlagEnum> flags)Sets the value ofSGEntity.getFlags()SGEntity.BuilderSGEntity.Builder. metadata(List<? extends software.constructs.MetadataEntry> metadata)Sets the value ofSGEntity.getMetadata()SGEntity.BuilderSGEntity.Builder. tags(Map<String,String> tags)Sets the value ofSGEntity.getTags()SGEntity.BuilderSGEntity.Builder. uuid(String uuid)Sets the value ofSGEntity.getUuid()Constructors in software.aws.awsprototypingsdk.cdkgraph with parameters of type SGEntity.Builder Constructor Description Jsii$Proxy(SGEntity.Builder builder)Constructor that initializes the object based on literal property values passed by theSGEntity.Builder.
-