Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ResourceChangeDetail.Builder
Packages that use ResourceChangeDetail.Builder
-
Uses of ResourceChangeDetail.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceChangeDetail.BuilderModifier and TypeMethodDescriptionstatic ResourceChangeDetail.BuilderResourceChangeDetail.builder()ResourceChangeDetail.Builder.causingEntity(String causingEntity) The identity of the entity that triggered this change.ResourceChangeDetail.Builder.changeSource(String changeSource) The group to which theCausingEntityvalue belongs.ResourceChangeDetail.Builder.changeSource(ChangeSource changeSource) The group to which theCausingEntityvalue belongs.ResourceChangeDetail.Builder.evaluation(String evaluation) Indicates whether CloudFormation can determine the target value, and whether the target value will change before you execute a change set.ResourceChangeDetail.Builder.evaluation(EvaluationType evaluation) Indicates whether CloudFormation can determine the target value, and whether the target value will change before you execute a change set.default ResourceChangeDetail.BuilderResourceChangeDetail.Builder.target(Consumer<ResourceTargetDefinition.Builder> target) AResourceTargetDefinitionstructure that describes the field that CloudFormation will change and whether the resource will be recreated.ResourceChangeDetail.Builder.target(ResourceTargetDefinition target) AResourceTargetDefinitionstructure that describes the field that CloudFormation will change and whether the resource will be recreated.ResourceChangeDetail.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceChangeDetail.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceChangeDetail.Builder>ResourceChangeDetail.serializableBuilderClass()