Uses of Class
software.constructs.MetadataOptions.Builder
-
-
Uses of MetadataOptions.Builder in software.constructs
Methods in software.constructs that return MetadataOptions.Builder Modifier and Type Method Description static MetadataOptions.Builder
MetadataOptions. builder()
MetadataOptions.Builder
MetadataOptions.Builder. stackTrace(Boolean stackTrace)
Sets the value ofMetadataOptions.getStackTrace()
MetadataOptions.Builder
MetadataOptions.Builder. traceFromFunction(Object traceFromFunction)
Sets the value ofMetadataOptions.getTraceFromFunction()
Constructors in software.constructs with parameters of type MetadataOptions.Builder Constructor Description Jsii$Proxy(MetadataOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theMetadataOptions.Builder
.
-