Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackResourceDrift.Builder
Packages that use StackResourceDrift.Builder
-
Uses of StackResourceDrift.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackResourceDrift.BuilderModifier and TypeMethodDescriptionStackResourceDrift.Builder.actualProperties(String actualProperties) A JSON structure that contains the actual property values of the stack resource.static StackResourceDrift.BuilderStackResourceDrift.builder()StackResourceDrift.Builder.driftStatusReason(String driftStatusReason) The reason for the drift status.StackResourceDrift.Builder.expectedProperties(String expectedProperties) A JSON structure that contains the expected property values of the stack resource, as defined in the stack template and any values specified as template parameters.StackResourceDrift.Builder.logicalResourceId(String logicalResourceId) The logical name of the resource specified in the template.default StackResourceDrift.BuilderStackResourceDrift.Builder.moduleInfo(Consumer<ModuleInfo.Builder> moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.StackResourceDrift.Builder.moduleInfo(ModuleInfo moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.StackResourceDrift.Builder.physicalResourceId(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.StackResourceDrift.Builder.physicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext) Context information that enables CloudFormation to uniquely identify a resource.StackResourceDrift.Builder.physicalResourceIdContext(Consumer<PhysicalResourceIdContextKeyValuePair.Builder>... physicalResourceIdContext) Context information that enables CloudFormation to uniquely identify a resource.StackResourceDrift.Builder.physicalResourceIdContext(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext) Context information that enables CloudFormation to uniquely identify a resource.StackResourceDrift.Builder.propertyDifferences(Collection<PropertyDifference> propertyDifferences) A collection of the resource properties whose actual values differ from their expected values.StackResourceDrift.Builder.propertyDifferences(Consumer<PropertyDifference.Builder>... propertyDifferences) A collection of the resource properties whose actual values differ from their expected values.StackResourceDrift.Builder.propertyDifferences(PropertyDifference... propertyDifferences) A collection of the resource properties whose actual values differ from their expected values.StackResourceDrift.Builder.resourceType(String resourceType) The type of the resource.The ID of the stack.StackResourceDrift.Builder.stackResourceDriftStatus(String stackResourceDriftStatus) Status of the resource's actual configuration compared to its expected configuration.StackResourceDrift.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus) Status of the resource's actual configuration compared to its expected configuration.Time at which CloudFormation performed drift detection on the stack resource.StackResourceDrift.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackResourceDrift.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackResourceDrift.Builder>StackResourceDrift.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackResourceDrift.BuilderModifier and TypeMethodDescriptionDetectStackResourceDriftResponse.Builder.stackResourceDrift(Consumer<StackResourceDrift.Builder> stackResourceDrift) Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.