public static interface PropertyDifference.Builder extends SdkPojo, CopyableBuilder<PropertyDifference.Builder,PropertyDifference>
Modifier and Type | Method and Description |
---|---|
PropertyDifference.Builder |
actualValue(String actualValue)
The actual property value of the resource property.
|
PropertyDifference.Builder |
differenceType(DifferenceType differenceType)
The type of property difference.
|
PropertyDifference.Builder |
differenceType(String 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.
|
copy
applyMutation, build
PropertyDifference.Builder propertyPath(String propertyPath)
The fully-qualified path to the resource property.
propertyPath
- The fully-qualified path to the resource property.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.
expectedValue
- The expected property value of the resource property, as defined in the stack template and any values
specified as template parameters.PropertyDifference.Builder actualValue(String actualValue)
The actual property value of the resource property.
actualValue
- The actual property value of the resource property.PropertyDifference.Builder differenceType(String differenceType)
The type of property difference.
ADD
: A value has been added to a resource property that is an array or list data type.
REMOVE
: The property has been removed from the current resource configuration.
NOT_EQUAL
: The current property value differs from its expected value (as defined in the stack
template and any values specified as template parameters).
differenceType
- The type of property difference.
ADD
: A value has been added to a resource property that is an array or list data type.
REMOVE
: The property has been removed from the current resource configuration.
NOT_EQUAL
: The current property value differs from its expected value (as defined in the
stack template and any values specified as template parameters).
DifferenceType
,
DifferenceType
PropertyDifference.Builder differenceType(DifferenceType differenceType)
The type of property difference.
ADD
: A value has been added to a resource property that is an array or list data type.
REMOVE
: The property has been removed from the current resource configuration.
NOT_EQUAL
: The current property value differs from its expected value (as defined in the stack
template and any values specified as template parameters).
differenceType
- The type of property difference.
ADD
: A value has been added to a resource property that is an array or list data type.
REMOVE
: The property has been removed from the current resource configuration.
NOT_EQUAL
: The current property value differs from its expected value (as defined in the
stack template and any values specified as template parameters).
DifferenceType
,
DifferenceType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.