Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ResourceDriftIgnoredAttribute.Builder
-
Packages that use ResourceDriftIgnoredAttribute.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ResourceDriftIgnoredAttribute.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceDriftIgnoredAttribute.Builder Modifier and Type Method Description static ResourceDriftIgnoredAttribute.BuilderResourceDriftIgnoredAttribute. builder()ResourceDriftIgnoredAttribute.BuilderResourceDriftIgnoredAttribute.Builder. path(String path)Path of the resource attribute for which drift was ignored.ResourceDriftIgnoredAttribute.BuilderResourceDriftIgnoredAttribute.Builder. reason(String reason)Reason why drift was ignored for the attribute, can have 2 possible values:ResourceDriftIgnoredAttribute.BuilderResourceDriftIgnoredAttribute.Builder. reason(DriftIgnoredReason reason)Reason why drift was ignored for the attribute, can have 2 possible values:ResourceDriftIgnoredAttribute.BuilderResourceDriftIgnoredAttribute. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceDriftIgnoredAttribute.Builder Modifier and Type Method Description static Class<? extends ResourceDriftIgnoredAttribute.Builder>ResourceDriftIgnoredAttribute. serializableBuilderClass()
-