Interface ChangeSetSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChangeSetSummary.Builder,
,ChangeSetSummary> SdkBuilder<ChangeSetSummary.Builder,
,ChangeSetSummary> SdkPojo
- Enclosing class:
ChangeSetSummary
-
Method Summary
Modifier and TypeMethodDescriptionchangeSetId
(String changeSetId) The ID of the change set.changeSetName
(String changeSetName) The name of the change set.creationTime
(Instant creationTime) The start time when the change set was created, in UTC.description
(String description) Descriptive information about the change set.executionStatus
(String executionStatus) If the change set execution status isAVAILABLE
, you can execute the change set.executionStatus
(ExecutionStatus executionStatus) If the change set execution status isAVAILABLE
, you can execute the change set.importExistingResources
(Boolean importExistingResources) Indicates if the change set imports resources that already exist.includeNestedStacks
(Boolean includeNestedStacks) Specifies the current setting ofIncludeNestedStacks
for the change set.parentChangeSetId
(String parentChangeSetId) The parent change set ID.rootChangeSetId
(String rootChangeSetId) The root change set ID.The ID of the stack with which the change set is associated.The name of the stack with which the change set is associated.The state of the change set, such asCREATE_PENDING
,CREATE_COMPLETE
, orFAILED
.status
(ChangeSetStatus status) The state of the change set, such asCREATE_PENDING
,CREATE_COMPLETE
, orFAILED
.statusReason
(String statusReason) A description of the change set's status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
stackId
The ID of the stack with which the change set is associated.
- Parameters:
stackId
- The ID of the stack with which the change set is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackName
The name of the stack with which the change set is associated.
- Parameters:
stackName
- The name of the stack with which the change set is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetId
The ID of the change set.
- Parameters:
changeSetId
- The ID of the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetName
The name of the change set.
- Parameters:
changeSetName
- The name of the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStatus
If the change set execution status is
AVAILABLE
, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Parameters:
executionStatus
- If the change set execution status isAVAILABLE
, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionStatus
If the change set execution status is
AVAILABLE
, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Parameters:
executionStatus
- If the change set execution status isAVAILABLE
, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The state of the change set, such as
CREATE_PENDING
,CREATE_COMPLETE
, orFAILED
.- Parameters:
status
- The state of the change set, such asCREATE_PENDING
,CREATE_COMPLETE
, orFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The state of the change set, such as
CREATE_PENDING
,CREATE_COMPLETE
, orFAILED
.- Parameters:
status
- The state of the change set, such asCREATE_PENDING
,CREATE_COMPLETE
, orFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
A description of the change set's status. For example, if your change set is in the
FAILED
state, CloudFormation shows the error message.- Parameters:
statusReason
- A description of the change set's status. For example, if your change set is in theFAILED
state, CloudFormation shows the error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The start time when the change set was created, in UTC.
- Parameters:
creationTime
- The start time when the change set was created, in UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Descriptive information about the change set.
- Parameters:
description
- Descriptive information about the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeNestedStacks
Specifies the current setting of
IncludeNestedStacks
for the change set.- Parameters:
includeNestedStacks
- Specifies the current setting ofIncludeNestedStacks
for the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentChangeSetId
The parent change set ID.
- Parameters:
parentChangeSetId
- The parent change set ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rootChangeSetId
The root change set ID.
- Parameters:
rootChangeSetId
- The root change set ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importExistingResources
Indicates if the change set imports resources that already exist.
- Parameters:
importExistingResources
- Indicates if the change set imports resources that already exist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-