Uses of Interface
software.amazon.awssdk.services.cloudformation.model.PropertyDifference.Builder
Packages that use PropertyDifference.Builder
-
Uses of PropertyDifference.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return PropertyDifference.BuilderModifier and TypeMethodDescriptionPropertyDifference.Builder.actualValue(String actualValue) The actual property value of the resource property.static PropertyDifference.BuilderPropertyDifference.builder()PropertyDifference.Builder.differenceType(String differenceType) The type of property difference.PropertyDifference.Builder.differenceType(DifferenceType differenceType) The type of property difference.PropertyDifference.Builder.expectedValue(String expectedValue) The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.PropertyDifference.Builder.propertyPath(String propertyPath) The fully-qualified path to the resource property.PropertyDifference.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type PropertyDifference.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PropertyDifference.Builder>PropertyDifference.serializableBuilderClass()