Interface LiveResourceDrift.Builder

  • Method Details

    • previousValue

      LiveResourceDrift.Builder previousValue(String previousValue)

      The configuration value from the previous CloudFormation deployment.

      Parameters:
      previousValue - The configuration value from the previous CloudFormation deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actualValue

      LiveResourceDrift.Builder actualValue(String actualValue)

      The current live configuration value of the resource property.

      Parameters:
      actualValue - The current live configuration value of the resource property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • driftDetectionTimestamp

      LiveResourceDrift.Builder driftDetectionTimestamp(Instant driftDetectionTimestamp)

      The timestamp when drift was detected for this resource property.

      Parameters:
      driftDetectionTimestamp - The timestamp when drift was detected for this resource property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.