Interface CancelledChangeProperty.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CancelledChangeProperty.Builder,CancelledChangeProperty>, SdkBuilder<CancelledChangeProperty.Builder,CancelledChangeProperty>, SdkPojo
Enclosing class:
CancelledChangeProperty

public static interface CancelledChangeProperty.Builder extends SdkPojo, CopyableBuilder<CancelledChangeProperty.Builder,CancelledChangeProperty>
  • Method Details

    • propertyName

      CancelledChangeProperty.Builder propertyName(String propertyName)

      The name of the property whose change was cancelled.

      Parameters:
      propertyName - The name of the property whose change was cancelled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cancelledValue

      CancelledChangeProperty.Builder cancelledValue(String cancelledValue)

      The pending value of the property that was cancelled. This would have been the eventual value of the property if the chance had not been cancelled.

      Parameters:
      cancelledValue - The pending value of the property that was cancelled. This would have been the eventual value of the property if the chance had not been cancelled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • activeValue

      CancelledChangeProperty.Builder activeValue(String activeValue)

      The current value of the property, after the change was cancelled.

      Parameters:
      activeValue - The current value of the property, after the change was cancelled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.