Interface EnabledControlInheritanceDrift.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EnabledControlInheritanceDrift.Builder,,EnabledControlInheritanceDrift> SdkBuilder<EnabledControlInheritanceDrift.Builder,,EnabledControlInheritanceDrift> SdkPojo
- Enclosing class:
EnabledControlInheritanceDrift
@Mutable
@NotThreadSafe
public static interface EnabledControlInheritanceDrift.Builder
extends SdkPojo, CopyableBuilder<EnabledControlInheritanceDrift.Builder,EnabledControlInheritanceDrift>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of inheritance drift for the enabled control, indicating whether inheritance configuration matches expectations.status(DriftStatus status) The status of inheritance drift for the enabled control, indicating whether inheritance configuration matches expectations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The status of inheritance drift for the enabled control, indicating whether inheritance configuration matches expectations.
- Parameters:
status- The status of inheritance drift for the enabled control, indicating whether inheritance configuration matches expectations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of inheritance drift for the enabled control, indicating whether inheritance configuration matches expectations.
- Parameters:
status- The status of inheritance drift for the enabled control, indicating whether inheritance configuration matches expectations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-