Interface EnabledControlResourceDrift.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EnabledControlResourceDrift.Builder,,EnabledControlResourceDrift> SdkBuilder<EnabledControlResourceDrift.Builder,,EnabledControlResourceDrift> SdkPojo
- Enclosing class:
EnabledControlResourceDrift
@Mutable
@NotThreadSafe
public static interface EnabledControlResourceDrift.Builder
extends SdkPojo, CopyableBuilder<EnabledControlResourceDrift.Builder,EnabledControlResourceDrift>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of resource drift for the enabled control, indicating whether the underlying resources match the expected configuration.status(DriftStatus status) The status of resource drift for the enabled control, indicating whether the underlying resources match the expected configuration.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 resource drift for the enabled control, indicating whether the underlying resources match the expected configuration.
- Parameters:
status- The status of resource drift for the enabled control, indicating whether the underlying resources match the expected configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of resource drift for the enabled control, indicating whether the underlying resources match the expected configuration.
- Parameters:
status- The status of resource drift for the enabled control, indicating whether the underlying resources match the expected configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-