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