Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackInstanceResourceDriftsSummary.Builder
Packages that use StackInstanceResourceDriftsSummary.Builder
-
Uses of StackInstanceResourceDriftsSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackInstanceResourceDriftsSummary.BuilderModifier and TypeMethodDescriptionStackInstanceResourceDriftsSummary.builder()StackInstanceResourceDriftsSummary.Builder.logicalResourceId(String logicalResourceId) The logical name of the resource specified in the template.StackInstanceResourceDriftsSummary.Builder.physicalResourceId(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.StackInstanceResourceDriftsSummary.Builder.physicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext) Context information that enables CloudFormation to uniquely identify a resource.StackInstanceResourceDriftsSummary.Builder.physicalResourceIdContext(Consumer<PhysicalResourceIdContextKeyValuePair.Builder>... physicalResourceIdContext) Context information that enables CloudFormation to uniquely identify a resource.StackInstanceResourceDriftsSummary.Builder.physicalResourceIdContext(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext) Context information that enables CloudFormation to uniquely identify a resource.StackInstanceResourceDriftsSummary.Builder.propertyDifferences(Collection<PropertyDifference> propertyDifferences) Status of the actual configuration of the resource compared to its expected configuration.StackInstanceResourceDriftsSummary.Builder.propertyDifferences(Consumer<PropertyDifference.Builder>... propertyDifferences) Status of the actual configuration of the resource compared to its expected configuration.StackInstanceResourceDriftsSummary.Builder.propertyDifferences(PropertyDifference... propertyDifferences) Status of the actual configuration of the resource compared to its expected configuration.StackInstanceResourceDriftsSummary.Builder.resourceType(String resourceType) Type of resource.The ID of the stack instance.StackInstanceResourceDriftsSummary.Builder.stackResourceDriftStatus(String stackResourceDriftStatus) The drift status of the resource in a stack instance.StackInstanceResourceDriftsSummary.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus) The drift status of the resource in a stack instance.Time at which the stack instance drift detection operation was initiated.StackInstanceResourceDriftsSummary.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackInstanceResourceDriftsSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackInstanceResourceDriftsSummary.Builder>StackInstanceResourceDriftsSummary.serializableBuilderClass()