Interface ChangeSetSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ChangeSetSummary.Builder,ChangeSetSummary>
,SdkBuilder<ChangeSetSummary.Builder,ChangeSetSummary>
,SdkPojo
- Enclosing class:
- ChangeSetSummary
public static interface ChangeSetSummary.Builder extends SdkPojo, CopyableBuilder<ChangeSetSummary.Builder,ChangeSetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeSetSummary.Builder
changeSetId(String changeSetId)
The ID of the change set.ChangeSetSummary.Builder
changeSetName(String changeSetName)
The name of the change set.ChangeSetSummary.Builder
creationTime(Instant creationTime)
The start time when the change set was created, in UTC.ChangeSetSummary.Builder
description(String description)
Descriptive information about the change set.ChangeSetSummary.Builder
executionStatus(String executionStatus)
If the change set execution status isAVAILABLE
, you can execute the change set.ChangeSetSummary.Builder
executionStatus(ExecutionStatus executionStatus)
If the change set execution status isAVAILABLE
, you can execute the change set.ChangeSetSummary.Builder
importExistingResources(Boolean importExistingResources)
Indicates if the change set imports resources that already exist.ChangeSetSummary.Builder
includeNestedStacks(Boolean includeNestedStacks)
Specifies the current setting ofIncludeNestedStacks
for the change set.ChangeSetSummary.Builder
parentChangeSetId(String parentChangeSetId)
The parent change set ID.ChangeSetSummary.Builder
rootChangeSetId(String rootChangeSetId)
The root change set ID.ChangeSetSummary.Builder
stackId(String stackId)
The ID of the stack with which the change set is associated.ChangeSetSummary.Builder
stackName(String stackName)
The name of the stack with which the change set is associated.ChangeSetSummary.Builder
status(String status)
The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.ChangeSetSummary.Builder
status(ChangeSetStatus status)
The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.ChangeSetSummary.Builder
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, sdkFields
-
-
-
-
Method Detail
-
stackId
ChangeSetSummary.Builder stackId(String 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
ChangeSetSummary.Builder stackName(String 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
ChangeSetSummary.Builder changeSetId(String 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
ChangeSetSummary.Builder changeSetName(String 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
ChangeSetSummary.Builder executionStatus(String 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
,ExecutionStatus
-
executionStatus
ChangeSetSummary.Builder executionStatus(ExecutionStatus 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
,ExecutionStatus
-
status
ChangeSetSummary.Builder status(String status)
The state of the change set, such as
CREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Parameters:
status
- The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangeSetStatus
,ChangeSetStatus
-
status
ChangeSetSummary.Builder status(ChangeSetStatus status)
The state of the change set, such as
CREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Parameters:
status
- The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangeSetStatus
,ChangeSetStatus
-
statusReason
ChangeSetSummary.Builder statusReason(String 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
ChangeSetSummary.Builder creationTime(Instant 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
ChangeSetSummary.Builder description(String 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
ChangeSetSummary.Builder includeNestedStacks(Boolean 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
ChangeSetSummary.Builder parentChangeSetId(String 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
ChangeSetSummary.Builder rootChangeSetId(String 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
ChangeSetSummary.Builder importExistingResources(Boolean 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.
-
-