Uses of Interface
software.amazon.awssdk.services.cloudformation.model.Change.Builder
-
Packages that use Change.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of Change.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return Change.Builder Modifier and Type Method Description static Change.BuilderChange. builder()Change.BuilderChange.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.BuilderChange.Builder. resourceChange(ResourceChange resourceChange)AResourceChangestructure that describes the resource and action that CloudFormation will perform.Change.BuilderChange. toBuilder()Change.BuilderChange.Builder. type(String type)The type of entity that CloudFormation changes.Change.BuilderChange.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.Builder Modifier and Type Method Description static Class<? extends Change.Builder>Change. serializableBuilderClass()
-