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