Uses of Interface
software.amazon.awssdk.services.cloudformation.model.LiveResourceDrift.Builder
Packages that use LiveResourceDrift.Builder
-
Uses of LiveResourceDrift.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return LiveResourceDrift.BuilderModifier and TypeMethodDescriptionLiveResourceDrift.Builder.actualValue(String actualValue) The current live configuration value of the resource property.static LiveResourceDrift.BuilderLiveResourceDrift.builder()LiveResourceDrift.Builder.driftDetectionTimestamp(Instant driftDetectionTimestamp) The timestamp when drift was detected for this resource property.LiveResourceDrift.Builder.previousValue(String previousValue) The configuration value from the previous CloudFormation deployment.LiveResourceDrift.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type LiveResourceDrift.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LiveResourceDrift.Builder>LiveResourceDrift.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type LiveResourceDrift.BuilderModifier and TypeMethodDescriptiondefault ResourceTargetDefinition.BuilderResourceTargetDefinition.Builder.drift(Consumer<LiveResourceDrift.Builder> drift) Detailed drift information for the resource property, including actual values, previous deployment values, and drift detection timestamps.