| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static Change.Builder |
Change.builder() |
Change.Builder |
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 |
Change.Builder.resourceChange(Consumer<ResourceChange.Builder> resourceChange)
A
ResourceChange structure that describes the resource and action that CloudFormation will
perform. |
Change.Builder |
Change.Builder.resourceChange(ResourceChange resourceChange)
A
ResourceChange structure that describes the resource and action that CloudFormation will
perform. |
Change.Builder |
Change.toBuilder() |
Change.Builder |
Change.Builder.type(ChangeType type)
The type of entity that CloudFormation changes.
|
Change.Builder |
Change.Builder.type(String type)
The type of entity that CloudFormation changes.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Change.Builder> |
Change.serializableBuilderClass() |
Copyright © 2023. All rights reserved.