CopyableBuilder<Change.Builder,Change>, SdkBuilder<Change.Builder,Change>public static interface Change.Builder extends CopyableBuilder<Change.Builder,Change>
| Modifier and Type | Method | Description |
|---|---|---|
Change.Builder |
resourceChange(ResourceChange resourceChange) |
A
ResourceChange structure that describes the resource and action that AWS CloudFormation will
perform. |
Change.Builder |
type(String type) |
The type of entity that AWS CloudFormation changes.
|
Change.Builder |
type(ChangeType 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.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.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.