| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static ChangeSetSummary.Builder |
ChangeSetSummary.builder() |
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.changeSetId(String changeSetId)
The ID of the change set.
|
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.changeSetName(String changeSetName)
The name of the change set.
|
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.creationTime(Instant creationTime)
The start time when the change set was created, in UTC.
|
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.description(String description)
Descriptive information about the change set.
|
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.executionStatus(ExecutionStatus executionStatus)
If the change set execution status is
AVAILABLE, you can execute the change set. |
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.executionStatus(String executionStatus)
If the change set execution status is
AVAILABLE, you can execute the change set. |
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.includeNestedStacks(Boolean includeNestedStacks)
Specifies the current setting of
IncludeNestedStacks for the change set. |
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.parentChangeSetId(String parentChangeSetId)
The parent change set ID.
|
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.rootChangeSetId(String rootChangeSetId)
The root change set ID.
|
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.stackId(String stackId)
The ID of the stack with which the change set is associated.
|
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.stackName(String stackName)
The name of the stack with which the change set is associated.
|
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.status(ChangeSetStatus status)
The state of the change set, such as
CREATE_IN_PROGRESS, CREATE_COMPLETE, or
FAILED. |
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.status(String status)
The state of the change set, such as
CREATE_IN_PROGRESS, CREATE_COMPLETE, or
FAILED. |
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.statusReason(String statusReason)
A description of the change set's status.
|
ChangeSetSummary.Builder |
ChangeSetSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChangeSetSummary.Builder> |
ChangeSetSummary.serializableBuilderClass() |
Copyright © 2021. All rights reserved.