Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackDriftInformation.Builder
Packages that use StackDriftInformation.Builder
-
Uses of StackDriftInformation.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackDriftInformation.BuilderModifier and TypeMethodDescriptionStackDriftInformation.builder()StackDriftInformation.Builder.lastCheckTimestamp(Instant lastCheckTimestamp) Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.StackDriftInformation.Builder.stackDriftStatus(String stackDriftStatus) Status of the stack's actual configuration compared to its expected template configuration.StackDriftInformation.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus) Status of the stack's actual configuration compared to its expected template configuration.StackDriftInformation.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackDriftInformation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackDriftInformation.Builder>StackDriftInformation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackDriftInformation.BuilderModifier and TypeMethodDescriptiondefault Stack.BuilderStack.Builder.driftInformation(Consumer<StackDriftInformation.Builder> driftInformation) Information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.