Uses of Interface
software.amazon.awssdk.services.cloudformation.model.Change.Builder
Packages that use Change.Builder
-
Uses of Change.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return Change.BuilderModifier and TypeMethodDescriptionstatic Change.BuilderChange.builder()Change.Builder.hookInvocationCount(Integer hookInvocationCount) Is eithernull, if no Hooks invoke for the resource, or contains the number of Hooks that will invoke for the resource.default Change.BuilderChange.Builder.resourceChange(Consumer<ResourceChange.Builder> resourceChange) AResourceChangestructure that describes the resource and action that CloudFormation will perform.Change.Builder.resourceChange(ResourceChange resourceChange) AResourceChangestructure that describes the resource and action that CloudFormation will perform.Change.toBuilder()The type of entity that CloudFormation changes.Change.Builder.type(ChangeType type) The type of entity that CloudFormation changes.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type Change.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Change.Builder>Change.serializableBuilderClass()