Uses of Class
software.constructs.MetadataEntry.Builder
-
-
Uses of MetadataEntry.Builder in software.constructs
Methods in software.constructs that return MetadataEntry.Builder Modifier and Type Method Description static MetadataEntry.Builder
MetadataEntry. builder()
MetadataEntry.Builder
MetadataEntry.Builder. data(Object data)
Sets the value ofMetadataEntry.getData()
MetadataEntry.Builder
MetadataEntry.Builder. trace(List<String> trace)
Sets the value ofMetadataEntry.getTrace()
MetadataEntry.Builder
MetadataEntry.Builder. type(String type)
Sets the value ofMetadataEntry.getType()
Constructors in software.constructs with parameters of type MetadataEntry.Builder Constructor Description Jsii$Proxy(MetadataEntry.Builder builder)
Constructor that initializes the object based on literal property values passed by theMetadataEntry.Builder
.
-