Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackDriftInformationSummary.Builder
-
Packages that use StackDriftInformationSummary.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackDriftInformationSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackDriftInformationSummary.Builder Modifier and Type Method Description static StackDriftInformationSummary.BuilderStackDriftInformationSummary. builder()StackDriftInformationSummary.BuilderStackDriftInformationSummary.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.BuilderStackDriftInformationSummary.Builder. stackDriftStatus(String stackDriftStatus)Status of the stack's actual configuration compared to its expected template configuration.StackDriftInformationSummary.BuilderStackDriftInformationSummary.Builder. stackDriftStatus(StackDriftStatus stackDriftStatus)Status of the stack's actual configuration compared to its expected template configuration.StackDriftInformationSummary.BuilderStackDriftInformationSummary. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackDriftInformationSummary.Builder Modifier and Type Method Description static Class<? extends StackDriftInformationSummary.Builder>StackDriftInformationSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackDriftInformationSummary.Builder Modifier and Type Method Description default 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.
-