public static interface Change.Builder extends CopyableBuilder<Change.Builder,Change>
| Modifier and Type | Method and Description |
|---|---|
default Change.Builder |
resourceChange(Consumer<ResourceChange.Builder> resourceChange)
A
ResourceChange structure that describes the resource and action that AWS CloudFormation will
perform. |
Change.Builder |
resourceChange(ResourceChange resourceChange)
A
ResourceChange structure that describes the resource and action that AWS CloudFormation will
perform. |
Change.Builder |
type(ChangeType type)
The type of entity that AWS CloudFormation changes.
|
Change.Builder |
type(String type)
The type of entity that AWS CloudFormation changes.
|
copyapply, buildChange.Builder type(String type)
The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.
type - The type of entity that AWS CloudFormation changes. Currently, the only entity type is
Resource.ChangeType,
ChangeTypeChange.Builder type(ChangeType type)
The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.
type - The type of entity that AWS CloudFormation changes. Currently, the only entity type is
Resource.ChangeType,
ChangeTypeChange.Builder resourceChange(ResourceChange resourceChange)
A ResourceChange structure that describes the resource and action that AWS CloudFormation will
perform.
resourceChange - A ResourceChange structure that describes the resource and action that AWS CloudFormation
will perform.default Change.Builder resourceChange(Consumer<ResourceChange.Builder> resourceChange)
A ResourceChange structure that describes the resource and action that AWS CloudFormation will
perform.
ResourceChange.Builder avoiding the need to
create one manually via ResourceChange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceChange(ResourceChange).resourceChange - a consumer that will call methods on ResourceChange.BuilderresourceChange(ResourceChange)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.