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.
|
copy
apply, build
Change.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
Change.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
Change.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.