Class PropertyMutationMetadataEntry.Builder
- java.lang.Object
-
- software.amazon.awscdk.cloudassembly.schema.PropertyMutationMetadataEntry.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PropertyMutationMetadataEntry>
- Enclosing interface:
- PropertyMutationMetadataEntry
@Stability(Stable) public static final class PropertyMutationMetadataEntry.Builder extends Object implements software.amazon.jsii.Builder<PropertyMutationMetadataEntry>
A builder forPropertyMutationMetadataEntry
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyMutationMetadataEntrybuild()Builds the configured instance.PropertyMutationMetadataEntry.BuilderpropertyName(String propertyName)Sets the value ofPropertyMutationMetadataEntry.getPropertyName()PropertyMutationMetadataEntry.BuilderstackTrace(List<String> stackTrace)Sets the value ofPropertyMutationMetadataEntry.getStackTrace()
-
-
-
Method Detail
-
propertyName
@Stability(Stable) public PropertyMutationMetadataEntry.Builder propertyName(String propertyName)
Sets the value ofPropertyMutationMetadataEntry.getPropertyName()- Parameters:
propertyName- Name of the property. This parameter is required.- Returns:
this
-
stackTrace
@Stability(Stable) public PropertyMutationMetadataEntry.Builder stackTrace(List<String> stackTrace)
Sets the value ofPropertyMutationMetadataEntry.getStackTrace()- Parameters:
stackTrace- Stack trace of the mutation. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public PropertyMutationMetadataEntry build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PropertyMutationMetadataEntry>- Returns:
- a new instance of
PropertyMutationMetadataEntry - Throws:
NullPointerException- if any required attribute was not provided
-
-