ResourceChange.Builder |
ResourceChange.Builder.action(String action) |
The action that CloudFormation takes on the resource, such as Add (adds a new resource),
Modify (changes a resource), Remove (deletes a resource), Import
(imports a resource), or Dynamic (exact action for the resource can't be determined).
|
ResourceChange.Builder |
ResourceChange.Builder.action(ChangeAction action) |
The action that CloudFormation takes on the resource, such as Add (adds a new resource),
Modify (changes a resource), Remove (deletes a resource), Import
(imports a resource), or Dynamic (exact action for the resource can't be determined).
|
static ResourceChange.Builder |
ResourceChange.builder() |
|
ResourceChange.Builder |
ResourceChange.Builder.changeSetId(String changeSetId) |
The change set ID of the nested change set.
|
ResourceChange.Builder |
ResourceChange.Builder.details(Collection<ResourceChangeDetail> details) |
For the Modify action, a list of ResourceChangeDetail structures that describes the
changes that CloudFormation will make to the resource.
|
ResourceChange.Builder |
ResourceChange.Builder.details(Consumer<ResourceChangeDetail.Builder>... details) |
For the Modify action, a list of ResourceChangeDetail structures that describes the
changes that CloudFormation will make to the resource.
|
ResourceChange.Builder |
ResourceChange.Builder.details(ResourceChangeDetail... details) |
For the Modify action, a list of ResourceChangeDetail structures that describes the
changes that CloudFormation will make to the resource.
|
ResourceChange.Builder |
ResourceChange.Builder.logicalResourceId(String logicalResourceId) |
The resource's logical ID, which is defined in the stack's template.
|
default ResourceChange.Builder |
ResourceChange.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 |
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 |
ResourceChange.Builder.physicalResourceId(String physicalResourceId) |
The resource's physical ID (resource name).
|
ResourceChange.Builder |
ResourceChange.Builder.policyAction(String policyAction) |
The action that will be taken on the physical resource when the change set is executed.
|
ResourceChange.Builder |
ResourceChange.Builder.policyAction(PolicyAction policyAction) |
The action that will be taken on the physical resource when the change set is executed.
|
ResourceChange.Builder |
ResourceChange.Builder.replacement(String replacement) |
For the Modify action, indicates whether CloudFormation will replace the resource by creating a
new one and deleting the old one.
|
ResourceChange.Builder |
ResourceChange.Builder.replacement(Replacement replacement) |
For the Modify action, indicates whether CloudFormation will replace the resource by creating a
new one and deleting the old one.
|
ResourceChange.Builder |
ResourceChange.Builder.resourceType(String resourceType) |
The type of CloudFormation resource, such as AWS::S3::Bucket.
|
ResourceChange.Builder |
ResourceChange.Builder.scope(Collection<ResourceAttribute> scope) |
For the Modify action, indicates which resource attribute is triggering this update, such as a
change in the resource attribute's Metadata, Properties, or Tags.
|
ResourceChange.Builder |
ResourceChange.Builder.scope(ResourceAttribute... scope) |
For the Modify action, indicates which resource attribute is triggering this update, such as a
change in the resource attribute's Metadata, Properties, or Tags.
|
ResourceChange.Builder |
ResourceChange.Builder.scopeWithStrings(String... scope) |
For the Modify action, indicates which resource attribute is triggering this update, such as a
change in the resource attribute's Metadata, Properties, or Tags.
|
ResourceChange.Builder |
ResourceChange.Builder.scopeWithStrings(Collection<String> scope) |
For the Modify action, indicates which resource attribute is triggering this update, such as a
change in the resource attribute's Metadata, Properties, or Tags.
|
ResourceChange.Builder |
ResourceChange.toBuilder() |
|