Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ResourceChange.Builder
Packages that use ResourceChange.Builder
-
Uses of ResourceChange.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceChange.BuilderModifier and TypeMethodDescriptionThe action that CloudFormation takes on the resource, such asAdd(adds a new resource),Modify(changes a resource),Remove(deletes a resource),Import(imports a resource),Dynamic(exact action for the resource can't be determined), orSyncWithActual(resource will not be changed, only CloudFormation metadata will change).ResourceChange.Builder.action(ChangeAction action) The action that CloudFormation takes on the resource, such asAdd(adds a new resource),Modify(changes a resource),Remove(deletes a resource),Import(imports a resource),Dynamic(exact action for the resource can't be determined), orSyncWithActual(resource will not be changed, only CloudFormation metadata will change).ResourceChange.Builder.afterContext(String afterContext) An encoded JSON string that contains the context of the resource after the change is executed.ResourceChange.Builder.beforeContext(String beforeContext) An encoded JSON string that contains the context of the resource before the change is executed.static ResourceChange.BuilderResourceChange.builder()ResourceChange.Builder.changeSetId(String changeSetId) The change set ID of the nested change set.ResourceChange.Builder.details(Collection<ResourceChangeDetail> details) For theModifyaction, a list ofResourceChangeDetailstructures that describes the changes that CloudFormation will make to the resource.ResourceChange.Builder.details(Consumer<ResourceChangeDetail.Builder>... details) For theModifyaction, a list ofResourceChangeDetailstructures that describes the changes that CloudFormation will make to the resource.ResourceChange.Builder.details(ResourceChangeDetail... details) For theModifyaction, a list ofResourceChangeDetailstructures that describes the changes that CloudFormation will make to the resource.ResourceChange.Builder.logicalResourceId(String logicalResourceId) The resource's logical ID, which is defined in the stack's template.default ResourceChange.BuilderResourceChange.Builder.moduleInfo(Consumer<ModuleInfo.Builder> moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.ResourceChange.Builder.moduleInfo(ModuleInfo moduleInfo) Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.ResourceChange.Builder.physicalResourceId(String physicalResourceId) The resource's physical ID (resource name).ResourceChange.Builder.policyAction(String policyAction) The action that will be taken on the physical resource when the change set is executed.ResourceChange.Builder.policyAction(PolicyAction policyAction) The action that will be taken on the physical resource when the change set is executed.ResourceChange.Builder.previousDeploymentContext(String previousDeploymentContext) Information about the resource's state from the previous CloudFormation deployment.ResourceChange.Builder.replacement(String replacement) For theModifyaction, indicates whether CloudFormation will replace the resource by creating a new one and deleting the old one.ResourceChange.Builder.replacement(Replacement replacement) For theModifyaction, indicates whether CloudFormation will replace the resource by creating a new one and deleting the old one.ResourceChange.Builder.resourceDriftIgnoredAttributes(Collection<ResourceDriftIgnoredAttribute> resourceDriftIgnoredAttributes) List of resource attributes for which drift was ignored.ResourceChange.Builder.resourceDriftIgnoredAttributes(Consumer<ResourceDriftIgnoredAttribute.Builder>... resourceDriftIgnoredAttributes) List of resource attributes for which drift was ignored.ResourceChange.Builder.resourceDriftIgnoredAttributes(ResourceDriftIgnoredAttribute... resourceDriftIgnoredAttributes) List of resource attributes for which drift was ignored.ResourceChange.Builder.resourceDriftStatus(String resourceDriftStatus) The drift status of the resource.ResourceChange.Builder.resourceDriftStatus(StackResourceDriftStatus resourceDriftStatus) The drift status of the resource.ResourceChange.Builder.resourceType(String resourceType) The type of CloudFormation resource, such asAWS::S3::Bucket.ResourceChange.Builder.scope(Collection<ResourceAttribute> scope) For theModifyaction, indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.ResourceChange.Builder.scope(ResourceAttribute... scope) For theModifyaction, indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.ResourceChange.Builder.scopeWithStrings(String... scope) For theModifyaction, indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.ResourceChange.Builder.scopeWithStrings(Collection<String> scope) For theModifyaction, indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.ResourceChange.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceChange.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceChange.Builder>ResourceChange.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ResourceChange.BuilderModifier and TypeMethodDescriptiondefault Change.BuilderChange.Builder.resourceChange(Consumer<ResourceChange.Builder> resourceChange) AResourceChangestructure that describes the resource and action that CloudFormation will perform.