Interface DriftStatusSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DriftStatusSummary.Builder,DriftStatusSummary>,SdkBuilder<DriftStatusSummary.Builder,DriftStatusSummary>,SdkPojo
- Enclosing class:
- DriftStatusSummary
public static interface DriftStatusSummary.Builder extends SdkPojo, CopyableBuilder<DriftStatusSummary.Builder,DriftStatusSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DriftStatusSummary.BuilderdriftStatus(String driftStatus)The drift status of the enabled control.DriftStatusSummary.BuilderdriftStatus(DriftStatus driftStatus)The drift status of the enabled control.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
driftStatus
DriftStatusSummary.Builder driftStatus(String driftStatus)
The drift status of the enabled control.
Valid values:
-
DRIFTED: TheenabledControldeployed in this configuration doesn’t match the configuration that Amazon Web Services Control Tower expected. -
IN_SYNC: TheenabledControldeployed 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: TheenabledControldeployed in this configuration doesn’t match the configuration that Amazon Web Services Control Tower expected. -
IN_SYNC: TheenabledControldeployed 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,DriftStatus
-
-
driftStatus
DriftStatusSummary.Builder driftStatus(DriftStatus driftStatus)
The drift status of the enabled control.
Valid values:
-
DRIFTED: TheenabledControldeployed in this configuration doesn’t match the configuration that Amazon Web Services Control Tower expected. -
IN_SYNC: TheenabledControldeployed 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: TheenabledControldeployed in this configuration doesn’t match the configuration that Amazon Web Services Control Tower expected. -
IN_SYNC: TheenabledControldeployed 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,DriftStatus
-
-
-