Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackDriftInformationSummary.Builder
Packages that use StackDriftInformationSummary.Builder
-
Uses of StackDriftInformationSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackDriftInformationSummary.BuilderModifier and TypeMethodDescriptionStackDriftInformationSummary.builder()StackDriftInformationSummary.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.StackDriftInformationSummary.Builder.stackDriftStatus(String stackDriftStatus) Status of the stack's actual configuration compared to its expected template configuration.StackDriftInformationSummary.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus) Status of the stack's actual configuration compared to its expected template configuration.StackDriftInformationSummary.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackDriftInformationSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackDriftInformationSummary.Builder>StackDriftInformationSummary.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackDriftInformationSummary.BuilderModifier and TypeMethodDescriptiondefault StackSummary.BuilderStackSummary.Builder.driftInformation(Consumer<StackDriftInformationSummary.Builder> driftInformation) Summarizes 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.