Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackResourceDriftInformationSummary.Builder
Packages that use StackResourceDriftInformationSummary.Builder
-
Uses of StackResourceDriftInformationSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackResourceDriftInformationSummary.BuilderModifier and TypeMethodDescriptionStackResourceDriftInformationSummary.builder()StackResourceDriftInformationSummary.Builder.lastCheckTimestamp(Instant lastCheckTimestamp) When CloudFormation last checked if the resource had drifted from its expected configuration.StackResourceDriftInformationSummary.Builder.stackResourceDriftStatus(String stackResourceDriftStatus) Status of the resource's actual configuration compared to its expected configuration.StackResourceDriftInformationSummary.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus) Status of the resource's actual configuration compared to its expected configuration.StackResourceDriftInformationSummary.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackResourceDriftInformationSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackResourceDriftInformationSummary.Builder>StackResourceDriftInformationSummary.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackResourceDriftInformationSummary.BuilderModifier and TypeMethodDescriptiondefault 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.