public static interface Change.Builder extends SdkPojo, CopyableBuilder<Change.Builder,Change>
| Modifier and Type | Method and Description |
|---|---|
Change.Builder |
hookInvocationCount(Integer hookInvocationCount)
Is either
null, if no hooks invoke for the resource, or contains the number of hooks that will
invoke for the resource. |
default Change.Builder |
resourceChange(Consumer<ResourceChange.Builder> resourceChange)
A
ResourceChange structure that describes the resource and action that CloudFormation will
perform. |
Change.Builder |
resourceChange(ResourceChange resourceChange)
A
ResourceChange structure that describes the resource and action that CloudFormation will
perform. |
Change.Builder |
type(ChangeType type)
The type of entity that CloudFormation changes.
|
Change.Builder |
type(String type)
The type of entity that CloudFormation changes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChange.Builder type(String type)
The type of entity that CloudFormation changes. Currently, the only entity type is Resource.
type - The type of entity that CloudFormation changes. Currently, the only entity type is
Resource.ChangeType,
ChangeTypeChange.Builder type(ChangeType type)
The type of entity that CloudFormation changes. Currently, the only entity type is Resource.
type - The type of entity that CloudFormation changes. Currently, the only entity type is
Resource.ChangeType,
ChangeTypeChange.Builder hookInvocationCount(Integer hookInvocationCount)
Is either null, if no hooks invoke for the resource, or contains the number of hooks that will
invoke for the resource.
hookInvocationCount - Is either null, if no hooks invoke for the resource, or contains the number of hooks that
will invoke for the resource.Change.Builder resourceChange(ResourceChange resourceChange)
A ResourceChange structure that describes the resource and action that CloudFormation will
perform.
resourceChange - A ResourceChange structure that describes the resource and action that CloudFormation
will perform.default Change.Builder resourceChange(Consumer<ResourceChange.Builder> resourceChange)
A ResourceChange structure that describes the resource and action that 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 © 2022. All rights reserved.