Class PropertyMutationMetadataEntry.Builder
java.lang.Object
software.amazon.awscdk.cloud_assembly_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 for
PropertyMutationMetadataEntry-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.propertyName(String propertyName) Sets the value ofPropertyMutationMetadataEntry.getPropertyName()stackTrace(List<String> stackTrace) Sets the value ofPropertyMutationMetadataEntry.getStackTrace()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
propertyName
Sets the value ofPropertyMutationMetadataEntry.getPropertyName()- Parameters:
propertyName- Name of the property. This parameter is required.- Returns:
this
-
stackTrace
Sets the value ofPropertyMutationMetadataEntry.getStackTrace()- Parameters:
stackTrace- Stack trace of the mutation. This parameter is required.- Returns:
this
-
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
-