ToCopyableBuilder<Change.Builder,Change>
@Generated("software.amazon.awssdk:codegen") public class Change extends Object implements ToCopyableBuilder<Change.Builder,Change>
The Change
structure describes the changes AWS CloudFormation will perform if you execute the change
set.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Change.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Change.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ResourceChange |
resourceChange() |
A
ResourceChange structure that describes the resource and action that AWS CloudFormation will
perform. |
static Class<? extends Change.Builder> |
serializableBuilderClass() |
|
Change.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of entity that AWS CloudFormation changes.
|
public String type()
The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource
.
Resource
.ChangeType
public ResourceChange resourceChange()
A ResourceChange
structure that describes the resource and action that AWS CloudFormation will
perform.
ResourceChange
structure that describes the resource and action that AWS CloudFormation
will perform.public Change.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Change.Builder,Change>
public static Change.Builder builder()
public static Class<? extends Change.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.