Uses of Class
software.amazon.awscdk.cloudassembly.schema.PropertyMutationMetadataEntry.Builder
-
-
Uses of PropertyMutationMetadataEntry.Builder in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return PropertyMutationMetadataEntry.Builder Modifier and Type Method Description static PropertyMutationMetadataEntry.BuilderPropertyMutationMetadataEntry. builder()PropertyMutationMetadataEntry.BuilderPropertyMutationMetadataEntry.Builder. propertyName(String propertyName)Sets the value ofPropertyMutationMetadataEntry.getPropertyName()PropertyMutationMetadataEntry.BuilderPropertyMutationMetadataEntry.Builder. stackTrace(List<String> stackTrace)Sets the value ofPropertyMutationMetadataEntry.getStackTrace()Constructors in software.amazon.awscdk.cloudassembly.schema with parameters of type PropertyMutationMetadataEntry.Builder Constructor Description Jsii$Proxy(PropertyMutationMetadataEntry.Builder builder)Constructor that initializes the object based on literal property values passed by thePropertyMutationMetadataEntry.Builder.
-