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:
    • types

      An object that categorizes the different types of drift detected for the enabled control.

      Parameters:
      types - An object that categorizes the different types of drift detected for the enabled control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • types

      An object that categorizes the different types of drift detected for the enabled control.

      This is a convenience method that creates an instance of the EnabledControlDriftTypes.Builder avoiding the need to create one manually via EnabledControlDriftTypes.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to types(EnabledControlDriftTypes).

      Parameters:
      types - a consumer that will call methods on EnabledControlDriftTypes.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: