Interface StackRefactorSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StackRefactorSummary.Builder,
,StackRefactorSummary> SdkBuilder<StackRefactorSummary.Builder,
,StackRefactorSummary> SdkPojo
- Enclosing class:
StackRefactorSummary
@Mutable
@NotThreadSafe
public static interface StackRefactorSummary.Builder
extends SdkPojo, CopyableBuilder<StackRefactorSummary.Builder,StackRefactorSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description to help you identify the refactor.executionStatus
(String executionStatus) The operation status that's provided after calling the ExecuteStackRefactor action.executionStatus
(StackRefactorExecutionStatus executionStatus) The operation status that's provided after calling the ExecuteStackRefactor action.executionStatusReason
(String executionStatusReason) A detailed explanation for the stack refactorExecutionStatus
.stackRefactorId
(String stackRefactorId) The ID associated with the stack refactor created from the CreateStackRefactor action.The stack refactor operation status that's provided after calling the CreateStackRefactor action.status
(StackRefactorStatus status) The stack refactor operation status that's provided after calling the CreateStackRefactor action.statusReason
(String statusReason) A detailed explanation for the stack refactorStatus
.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
-
stackRefactorId
The ID associated with the stack refactor created from the CreateStackRefactor action.
- Parameters:
stackRefactorId
- The ID associated with the stack refactor created from the CreateStackRefactor action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description to help you identify the refactor.
- Parameters:
description
- A description to help you identify the refactor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStatus
The operation status that's provided after calling the ExecuteStackRefactor action.
- Parameters:
executionStatus
- The operation status that's provided after calling the ExecuteStackRefactor action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionStatus
The operation status that's provided after calling the ExecuteStackRefactor action.
- Parameters:
executionStatus
- The operation status that's provided after calling the ExecuteStackRefactor action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionStatusReason
A detailed explanation for the stack refactor
ExecutionStatus
.- Parameters:
executionStatusReason
- A detailed explanation for the stack refactorExecutionStatus
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The stack refactor operation status that's provided after calling the CreateStackRefactor action.
- Parameters:
status
- The stack refactor operation status that's provided after calling the CreateStackRefactor action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The stack refactor operation status that's provided after calling the CreateStackRefactor action.
- Parameters:
status
- The stack refactor operation status that's provided after calling the CreateStackRefactor action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
A detailed explanation for the stack refactor
Status
.- Parameters:
statusReason
- A detailed explanation for the stack refactorStatus
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-