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.BuilderchangeSetId(String changeSetId)The ID of the change set.ChangeSetSummary.BuilderchangeSetName(String changeSetName)The name of the change set.ChangeSetSummary.BuildercreationTime(Instant creationTime)The start time when the change set was created, in UTC.ChangeSetSummary.Builderdescription(String description)Descriptive information about the change set.ChangeSetSummary.BuilderexecutionStatus(String executionStatus)If the change set execution status isAVAILABLE, you can execute the change set.ChangeSetSummary.BuilderexecutionStatus(ExecutionStatus executionStatus)If the change set execution status isAVAILABLE, you can execute the change set.ChangeSetSummary.BuilderincludeNestedStacks(Boolean includeNestedStacks)Specifies the current setting ofIncludeNestedStacksfor the change set.ChangeSetSummary.BuilderparentChangeSetId(String parentChangeSetId)The parent change set ID.ChangeSetSummary.BuilderrootChangeSetId(String rootChangeSetId)The root change set ID.ChangeSetSummary.BuilderstackId(String stackId)The ID of the stack with which the change set is associated.ChangeSetSummary.BuilderstackName(String stackName)The name of the stack with which the change set is associated.ChangeSetSummary.Builderstatus(String status)The state of the change set, such asCREATE_IN_PROGRESS,CREATE_COMPLETE, orFAILED.ChangeSetSummary.Builderstatus(ChangeSetStatus status)The state of the change set, such asCREATE_IN_PROGRESS,CREATE_COMPLETE, orFAILED.ChangeSetSummary.BuilderstatusReason(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 anUNAVAILABLEstate because CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because CloudFormation is still creating it or in anOBSOLETEstate 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
FAILEDstate, CloudFormation shows the error message.- Parameters:
statusReason- A description of the change set's status. For example, if your change set is in theFAILEDstate, 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
IncludeNestedStacksfor the change set.- Parameters:
includeNestedStacks- Specifies the current setting ofIncludeNestedStacksfor 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.
-
-