Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackResourceDriftInformationSummary.Builder
-
Packages that use StackResourceDriftInformationSummary.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackResourceDriftInformationSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackResourceDriftInformationSummary.Builder Modifier and Type Method Description static StackResourceDriftInformationSummary.BuilderStackResourceDriftInformationSummary. builder()StackResourceDriftInformationSummary.BuilderStackResourceDriftInformationSummary.Builder. lastCheckTimestamp(Instant lastCheckTimestamp)When CloudFormation last checked if the resource had drifted from its expected configuration.StackResourceDriftInformationSummary.BuilderStackResourceDriftInformationSummary.Builder. stackResourceDriftStatus(String stackResourceDriftStatus)Status of the resource's actual configuration compared to its expected configuration.StackResourceDriftInformationSummary.BuilderStackResourceDriftInformationSummary.Builder. stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)Status of the resource's actual configuration compared to its expected configuration.StackResourceDriftInformationSummary.BuilderStackResourceDriftInformationSummary. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackResourceDriftInformationSummary.Builder Modifier and Type Method Description static Class<? extends StackResourceDriftInformationSummary.Builder>StackResourceDriftInformationSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackResourceDriftInformationSummary.Builder Modifier and Type Method Description default StackResourceSummary.BuilderStackResourceSummary.Builder. driftInformation(Consumer<StackResourceDriftInformationSummary.Builder> driftInformation)Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
-