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