Interface DriftStatusSummary.Builder

  • Method Details

    • driftStatus

      DriftStatusSummary.Builder driftStatus(String driftStatus)

      The drift status of the enabled control.

      Valid values:

      • DRIFTED: The enabledControl deployed in this configuration doesn’t match the configuration that Amazon Web Services Control Tower expected.

      • IN_SYNC: The enabledControl deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected.

      • NOT_CHECKING: Amazon Web Services Control Tower does not check drift for this enabled control. Drift is not supported for the control type.

      • UNKNOWN: Amazon Web Services Control Tower is not able to check the drift status for the enabled control.

      Parameters:
      driftStatus - The drift status of the enabled control.

      Valid values:

      • DRIFTED: The enabledControl deployed in this configuration doesn’t match the configuration that Amazon Web Services Control Tower expected.

      • IN_SYNC: The enabledControl deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected.

      • NOT_CHECKING: Amazon Web Services Control Tower does not check drift for this enabled control. Drift is not supported for the control type.

      • UNKNOWN: Amazon Web Services Control Tower is not able to check the drift status for the enabled control.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • driftStatus

      DriftStatusSummary.Builder driftStatus(DriftStatus driftStatus)

      The drift status of the enabled control.

      Valid values:

      • DRIFTED: The enabledControl deployed in this configuration doesn’t match the configuration that Amazon Web Services Control Tower expected.

      • IN_SYNC: The enabledControl deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected.

      • NOT_CHECKING: Amazon Web Services Control Tower does not check drift for this enabled control. Drift is not supported for the control type.

      • UNKNOWN: Amazon Web Services Control Tower is not able to check the drift status for the enabled control.

      Parameters:
      driftStatus - The drift status of the enabled control.

      Valid values:

      • DRIFTED: The enabledControl deployed in this configuration doesn’t match the configuration that Amazon Web Services Control Tower expected.

      • IN_SYNC: The enabledControl deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected.

      • NOT_CHECKING: Amazon Web Services Control Tower does not check drift for this enabled control. Drift is not supported for the control type.

      • UNKNOWN: Amazon Web Services Control Tower is not able to check the drift status for the enabled control.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: