Interface PropertyMutationMetadataEntry
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PropertyMutationMetadataEntry.Jsii$Proxy
@Generated(value="jsii-pacmak/1.129.0 (build eaca441)", date="2026-05-06T15:48:08.333Z") @Stability(Stable) public interface PropertyMutationMetadataEntry extends software.amazon.jsii.JsiiSerializable
Metadata type of a PropertyMutation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPropertyMutationMetadataEntry.BuilderA builder forPropertyMutationMetadataEntrystatic classPropertyMutationMetadataEntry.Jsii$ProxyAn implementation forPropertyMutationMetadataEntry
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PropertyMutationMetadataEntry.Builderbuilder()StringgetPropertyName()Name of the property.List<String>getStackTrace()Stack trace of the mutation.
-
-
-
Method Detail
-
getPropertyName
@Stability(Stable) @NotNull String getPropertyName()
Name of the property.
-
builder
@Stability(Stable) static PropertyMutationMetadataEntry.Builder builder()
-
-