static ResourceChangeDetail.Builder |
ResourceChangeDetail.builder() |
|
ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.causingEntity(String causingEntity) |
The identity of the entity that triggered this change.
|
ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.changeSource(String changeSource) |
The group to which the CausingEntity value belongs.
|
ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.changeSource(ChangeSource changeSource) |
The group to which the CausingEntity value belongs.
|
ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.evaluation(String evaluation) |
Indicates whether CloudFormation can determine the target value, and whether the target value will change
before you execute a change set.
|
ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.evaluation(EvaluationType evaluation) |
Indicates whether CloudFormation can determine the target value, and whether the target value will change
before you execute a change set.
|
default ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.target(Consumer<ResourceTargetDefinition.Builder> target) |
A ResourceTargetDefinition structure that describes the field that CloudFormation will change
and whether the resource will be recreated.
|
ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.target(ResourceTargetDefinition target) |
A ResourceTargetDefinition structure that describes the field that CloudFormation will change
and whether the resource will be recreated.
|
ResourceChangeDetail.Builder |
ResourceChangeDetail.toBuilder() |
|