| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceChange.Builder |
ResourceChange.Builder.action(ChangeAction action)
The action that AWS CloudFormation takes on the resource, such as
Add (adds a new resource),
Modify (changes a resource), or Remove (deletes a resource). |
ResourceChange.Builder |
ResourceChange.Builder.action(String action)
The action that AWS CloudFormation takes on the resource, such as
Add (adds a new resource),
Modify (changes a resource), or Remove (deletes a resource). |
static ResourceChange.Builder |
ResourceChange.builder() |
ResourceChange.Builder |
ResourceChange.Builder.details(Collection<ResourceChangeDetail> details)
For the
Modify action, a list of ResourceChangeDetail structures that describes the
changes that AWS 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 AWS 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 AWS 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.
|
ResourceChange.Builder |
ResourceChange.Builder.physicalResourceId(String physicalResourceId)
The resource's physical ID (resource name).
|
ResourceChange.Builder |
ResourceChange.Builder.replacement(Replacement replacement)
For the
Modify action, indicates whether AWS CloudFormation will replace the resource by
creating a new one and deleting the old one. |
ResourceChange.Builder |
ResourceChange.Builder.replacement(String replacement)
For the
Modify action, indicates whether AWS 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 AWS 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(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.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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResourceChange.Builder> |
ResourceChange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Change.Builder |
Change.Builder.resourceChange(Consumer<ResourceChange.Builder> resourceChange)
A
ResourceChange structure that describes the resource and action that AWS CloudFormation will
perform. |
Copyright © 2020. All rights reserved.